rusackas commented on code in PR #40860: URL: https://github.com/apache/superset/pull/40860#discussion_r3383908782
########## superset/translations/zh_TW/LC_MESSAGES/messages.po: ########## @@ -4606,6 +4606,9 @@ msgstr "資料庫設定已更新" msgid "Database type does not support file uploads." msgstr "資料庫不支持子查詢" +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" Review Comment: Empty `msgstr` entries are expected here. New user-facing strings are extracted into every locale `.po` file with empty translations by the i18n extraction step; the actual translations are supplied separately by the translation community rather than hand-filled (or machine-translated) in the feature PR. So this is the correct state for these files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
