rusackas commented on code in PR #40860: URL: https://github.com/apache/superset/pull/40860#discussion_r3382292428
########## superset/translations/zh/LC_MESSAGES/messages.po: ########## @@ -4604,6 +4604,9 @@ msgstr "数据库设置已更新" msgid "Database type does not support file uploads." msgstr "数据库不支持子查询" +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" Review Comment: This is expected and correct for Superset's i18n workflow. New user-facing strings added with `_()` are extracted into the `.po` catalogs with an empty `msgstr ""`; translations are supplied separately by the translator community via Crowdin, not hand-written in the source PR. The empty entry here is the intended state, not a defect. -- 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]
