rusackas commented on code in PR #40860: URL: https://github.com/apache/superset/pull/40860#discussion_r3376485589
########## superset/translations/pl/LC_MESSAGES/messages.po: ########## @@ -4797,6 +4797,9 @@ msgstr "Ustawienia bazy danych zaktualizowane" msgid "Database type does not support file uploads." msgstr "Typ bazy danych nie obsługuje przesyłania plików." +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" Review Comment: Empty `msgstr` is the expected state for a brand-new string here. `pybabel` extracts it into `messages.pot` and propagates an empty entry into every locale `.po`; the translation gets filled in later by contributors, not hand-written (or machine-translated) in the feature PR. (Correcting an earlier auto-generated reply of mine that claimed these go through Crowdin - we don't use Crowdin; the workflow is plain babel.) -- 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]
