bito-code-review[bot] commented on code in PR #40128: URL: https://github.com/apache/superset/pull/40128#discussion_r3494002113
########## superset/translations/pt/LC_MESSAGES/messages.po: ########## @@ -4401,6 +4401,9 @@ msgstr "Não foi possível gravar a sua query" msgid "Dashboard could not be deleted." msgstr "Não foi possível gravar a sua query" +msgid "Dashboard could not be restored." +msgstr "" Review Comment: <div> <div id="suggestion"> <div id="issue"><b>Missing translation in pt locale</b></div> <div id="fix"> The `msgstr` is empty, causing Portuguese users to see a blank error message instead of a localized notification. This message appears at `superset/commands/dashboard/exceptions.py:81` when a dashboard restore operation fails. Provide a Portuguese translation such as 'Não foi possível restaurar o painel.' </div> </div> <small><i>Code Review Run #d6235e</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]
