ytihianine commented on PR #40635: URL: https://github.com/apache/superset/pull/40635#issuecomment-5111457609
@rusackas thanks for your feedback ! I've fixed the first 2 points. For the `% of parent / % of total` issue, I'd be glad if you could take a look at it. I tried to compile the latest version using the following command `pybabel compile --use-fuzzy -d superset/translations -l fr` and it still fails. What I find weird is that the pot file has the following lines ``` #, no-python-format msgid "% calculation" msgstr "" #, no-python-format msgid "% of parent" msgstr "" #, no-python-format msgid "% of total" msgstr "" ``` but when I run `pybabel update -i superset/translations/messages.pot -d superset/translations -l fr`, it always add `python-format` to those lines https://github.com/user-attachments/assets/31ccc73c-d717-4ef0-b1e4-56b839fa84bc So, I am very confuse about what I should do to make it compile -- 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]
