forked from blender/blender
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 |
||
---|---|---|
.. | ||
bl_app_override | ||
bl_console_utils | ||
bl_i18n_utils | ||
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 | ||
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 | ||
rna_xml.py | ||
sys_info.py |