blender/scripts/modules
Damien Picard 2e5452ee87 I18n: do not extract messages explicitly marked as not translatable
Some UI functions have a "translate" argument, which if set to False
specifies that the message is not to be translated. This sometimes
means that it was already translated beforehands.

But many messages were still getting extracted, sometimes twice in
different contexts. Some featured errors because the arguments of
various functions would be concatenated, such as:

```
col.label(text=iface_("Branch: %s") % bpy.app.build_branch.decode('utf-8', 'replace'), translate=False)
```

which would get extracted as:

```
msgid "Branch: %sutf-8replace"
```

Pull Request #105417
2023-03-07 10:41:18 +01:00
..
bl_app_override
bl_console_utils
bl_i18n_utils I18n: do not extract messages explicitly marked as not translatable 2023-03-07 10:41:18 +01:00
bl_keymap_utils
bl_previews_utils
bl_rna_utils
bl_ui_utils
bpy
bpy_extras
gpu_extras
addon_utils.py
animsys_refactor.py
bl_app_template_utils.py
blend_render_info.py
bpy_restrict_state.py
bpy_types.py Fix #105011: Cannot remove user preset when its name is translated 2023-02-24 12:00:19 +01:00
console_python.py
console_shell.py
graphviz_export.py
keyingsets_utils.py
nodeitems_utils.py
rna_info.py
rna_keymap_ui.py
rna_manual_reference.py
rna_prop_ui.py Fix #105278: IDProperty UI missing library overridable toggle 2023-03-02 15:13:52 +01:00
rna_xml.py
sys_info.py