[Bf-blender-cvs] [626a9aae6d1] master: Fix part of T84004: Some 2.92 alpha UI strings can't be translated.

Bastien Montagne noreply at git.blender.org
Mon Dec 21 11:50:43 CET 2020


Commit: 626a9aae6d140badb1910bdb18ac0ab6c199a701
Author: Bastien Montagne
Date:   Mon Dec 21 11:45:59 2020 +0100
Branches: master
https://developer.blender.org/rB626a9aae6d140badb1910bdb18ac0ab6c199a701

Fix part of T84004: Some 2.92 alpha UI strings can't be translated.

Adding 'new' (?) `heading` parameter of some UILayout functions...

===================================================================

M	release/scripts/modules/bl_i18n_utils/bl_extract_messages.py

===================================================================

diff --git a/release/scripts/modules/bl_i18n_utils/bl_extract_messages.py b/release/scripts/modules/bl_i18n_utils/bl_extract_messages.py
index 063e3cafb73..8e0832fe8da 100644
--- a/release/scripts/modules/bl_i18n_utils/bl_extract_messages.py
+++ b/release/scripts/modules/bl_i18n_utils/bl_extract_messages.py
@@ -558,6 +558,7 @@ def dump_py_messages_from_files(msgs, reports, files, settings):
         "msgid": ((("msgctxt",), _ctxt_to_ctxt),
                   ),
         "message": (),
+        "heading": (),
     }
 
     context_kw_set = {}



More information about the Bf-blender-cvs mailing list