xavier-GitHub76 opened a new issue, #32671: URL: https://github.com/apache/superset/issues/32671
The messages.pot (superset/translations/messages.pot) had comment for the translations. "#, python-format" is used to tag translations based on python expression like `msgid "**%(dialect)**s cannot be used as a data source for security reasons."` Some translation (tagged "#, python-format") use the % char but it is not for python expression. #, python-format --> Comment must be deleted msgid "% calculation" msgstr "" #, python-format --> Comment must be deleted msgid "% of parent" msgstr "" #, python-format --> Comment must be deleted msgid "% of total" msgstr "" #, python-format --> OK msgid "%(dialect)s cannot be used as a data source for security reasons." msgstr "" Regards -- 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]
