bito-code-review[bot] commented on code in PR #39434: URL: https://github.com/apache/superset/pull/39434#discussion_r4076174164
########## superset/translations/ar/LC_MESSAGES/messages.po: ########## @@ -22165,6 +22206,9 @@ msgstr "قيمة تصاعدية" msgid "value descending" msgstr "قيمة تنازلي" +msgid "valuename" +msgstr "" Review Comment: <div> <div id="suggestion"> <div id="issue"><b>Orphaned untranslated string</b></div> <div id="fix"> `valuename` has zero source usage (grep across all .py/.tsx/.ts/.jsx/.js/.html/.json/.md returned 0) and is added with an empty `msgstr`, so it can never be displayed and would render the raw English token if it were. The repo previously removed this exact string as obsolete (commit 7d0645b431). Same addition appears in fr, lv, pt, pt_BR, sl. Consider dropping it. </div> </div> <small><i>Code Review Run #810375</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]
