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

Adding 'new' (?) `heading` parameter of some UILayout functions...
This commit is contained in:
Bastien Montagne 2020-12-21 11:45:59 +01:00
parent 5fe24ce295
commit 626a9aae6d
Notes: blender-bot 2023-02-14 08:49:53 +01:00
Referenced by issue #85734, Vector Math Bug.
1 changed files with 1 additions and 0 deletions

View File

@ -558,6 +558,7 @@ def dump_py_messages_from_files(msgs, reports, files, settings):
"msgid": ((("msgctxt",), _ctxt_to_ctxt),
),
"message": (),
"heading": (),
}
context_kw_set = {}