rusackas commented on code in PR #41722: URL: https://github.com/apache/superset/pull/41722#discussion_r3518819223
########## superset/translations/zh/LC_MESSAGES/messages.po: ########## @@ -2599,6 +2599,9 @@ msgstr "最近" msgid "COPY QUERY" msgstr "复制查询URL" +msgid "Copy query" +msgstr "" Review Comment: An empty msgstr just falls back to the English source string, so nobody sees a blank label. New strings land untranslated by design... backfill is a separate pass. ########## superset/translations/zh/LC_MESSAGES/messages.po: ########## @@ -6536,6 +6539,9 @@ msgstr "二月" msgid "FIT DATA" msgstr "编辑数据集" +msgid "Fit data" +msgstr "" Review Comment: Same deal as `Copy query` above... an empty msgstr renders the English source, not nothing. Resolving. -- 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]
