blender-addons/io_curve_svg
Damien Picard 27ee432965 Official add-ons: fix printf-style format translation for i18n
Following up to D15615, I noticed that many messages are either
properly extracted, but not translated due to the use of printf-style
formatting in strings, or not extracted at all. Using the pgettext
function explicitly before formatting fixes that.

Since the affected messages are already extracted, no additional work
is needed from translators.

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D16373
2022-11-15 11:13:22 +01:00
..
__init__.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:50:32 +10:00
import_svg.py Official add-ons: fix printf-style format translation for i18n 2022-11-15 11:13:22 +01:00
svg_colors.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:50:32 +10:00
svg_util_test.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:50:32 +10:00
svg_util.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:50:32 +10:00