blender/scripts/modules/bl_i18n_utils
Damien Picard 92c026c39b I18n: Fix multi-context message extraction regex
The BLT_I18N_MSGID_MULTI_CTXT() macro allows extracting a single
message into up to 16 different contexts. The regex to do that was
slightly wrong because it did not account for the macro potentially
ending with a ",".

The contexts for "New" were also sorted.

Pull Request: https://projects.blender.org/blender/blender/pulls/123793
2024-06-28 10:42:47 +02:00
..
__init__.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bl_extract_messages.py I18n: Allow translation of extension tags and permissions 2024-06-14 16:35:54 +02:00
merge_po.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
settings_user.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
settings.py I18n: Fix multi-context message extraction regex 2024-06-28 10:42:47 +02:00
utils_cli.py I18n Py Module: Update settings after move to Weblate. 2023-09-15 18:08:52 +02:00
utils_languages_menu.py Cleanup: unused imports 2024-04-19 16:09:30 +10:00
utils_rtl.py Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
utils_spell_check.py Fix/tweak UI messages (typos etc.). 2024-03-04 11:17:55 +01:00
utils.py Fix (unreported) I18N error when generating messages for an add-on. 2024-06-04 18:42:17 +02:00