Copilot commented on code in PR #34055: URL: https://github.com/apache/superset/pull/34055#discussion_r2194480758
########## superset/translations/pl/LC_MESSAGES/messages.po: ########## @@ -17,16 +17,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-04-29 12:34+0330\n" +"POT-Creation-Date: 2025-07-03 14:13+0300\n" "PO-Revision-Date: 2021-11-16 17:33+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language: fr\n" "Language-Team: fr <[email protected]>\n" Review Comment: The header declares the language as `fr` but this is the Polish file; it should be `pl`. ```suggestion "Language: pl\n" "Language-Team: pl <[email protected]>\n" ``` ########## superset/translations/pl/LC_MESSAGES/messages.po: ########## @@ -150,6 +150,9 @@ msgstr " aby dodać obliczane kolumny" msgid " to add metrics" msgstr " aby dodać metryki" +msgid " to check for details." +msgstr "" Review Comment: This new msgid has an empty msgstr—please provide the Polish translation to avoid untranslated UI text. ```suggestion msgstr " aby sprawdzić szczegóły." ``` -- 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]
