bito-code-review[bot] commented on code in PR #40860: URL: https://github.com/apache/superset/pull/40860#discussion_r3377154747
########## superset/translations/fr/LC_MESSAGES/messages.po: ########## @@ -4655,6 +4655,9 @@ msgstr "Mise à jour des paramètres de la base de données" msgid "Database type does not support file uploads." msgstr "La base de données ne prend pas en charge le chargement de fichiers" +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" Review Comment: <div> <div id="suggestion"> <div id="issue"><b>Missing French translation</b></div> <div id="fix"> The new message `Database upload file exceeds the maximum allowed size.` (line 4658) is added but `msgstr` is empty. The corresponding Python exception `DatabaseUploadFileTooLarge` in `superset/commands/database/exceptions.py:121-123` uses this message ID. Users will see an untranslated string when this error occurs — provide the French translation. </div> </div> <small><i>Code Review Run #80e484</i></small> </div> --- Should Bito avoid suggestions like this for future reviews? (<a href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>) - [ ] Yes, avoid them -- 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]
