bito-code-review[bot] commented on code in PR #40860: URL: https://github.com/apache/superset/pull/40860#discussion_r3376487392
########## superset/translations/sl/LC_MESSAGES/messages.po: ########## @@ -4654,6 +4654,9 @@ msgstr "Nastavitve podatkovne baze posodobljene" msgid "Database type does not support file uploads." msgstr "Tip podatkovne baze ne podpira nalaganje datotek." +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" Review Comment: <!-- Bito Reply --> The reviewer's suggestion to fill in the empty `msgstr` is not necessary in this case. As you noted, leaving `msgstr ""` for new strings is the standard practice for Superset's i18n workflow, as translations are managed externally via Crowdin. You can safely ignore this suggestion. -- 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]
