bito-code-review[bot] commented on code in PR #40860: URL: https://github.com/apache/superset/pull/40860#discussion_r3383909935
########## 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: <!-- Bito Reply --> The reviewer's suggestion to fill the empty `msgstr` is not necessary in this context. As you noted, empty `msgstr` entries are the expected initial state for new strings in `.po` files, as these are intended to be populated by the translation community rather than manually filled within the feature PR. You can safely disregard this suggestion. **superset/translations/zh_TW/LC_MESSAGES/messages.po** ``` +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" ``` -- 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]
