Cleanup: resolve static analyzer warnings in bl_i18n_utils
Reported in T73504
This commit is contained in:
@@ -599,8 +599,8 @@ def dump_py_messages_from_files(msgs, reports, files, settings):
|
||||
# We manually add funcs from bpy.app.translations
|
||||
for func_id, func_ids in pgettext_variants:
|
||||
func_translate_args[func_id] = pgettext_variants_args
|
||||
for func_id in func_ids:
|
||||
func_translate_args[func_id] = pgettext_variants_args
|
||||
for sub_func_id in func_ids:
|
||||
func_translate_args[sub_func_id] = pgettext_variants_args
|
||||
# print(func_translate_args)
|
||||
|
||||
# Break recursive nodes look up on some kind of nodes.
|
||||
|
||||
@@ -1413,8 +1413,8 @@ class I18n:
|
||||
"# and edit the translations by hand.",
|
||||
"# Just carefully respect the format of the tuple!",
|
||||
"",
|
||||
"# Tuple of tuples "
|
||||
"((msgctxt, msgid), (sources, gen_comments), (lang, translation, (is_fuzzy, comments)), ...)",
|
||||
"# Tuple of tuples:",
|
||||
"# ((msgctxt, msgid), (sources, gen_comments), (lang, translation, (is_fuzzy, comments)), ...)",
|
||||
"translations_tuple = (",
|
||||
]
|
||||
# First gather all keys (msgctxt, msgid) - theoretically, all translations should share the same, but...
|
||||
|
||||
Reference in New Issue
Block a user