I18n: remove Window class from message extraction blacklist

Messages from the bpy.types.Window class were blacklisted in the
message extraction script.

This change allows a few new messages to be translated, including at
least two which show up in the UI. There are only 12 new messages in
the .po files, so even if some never need to be translated, that's not
too many.

Ref. T43295

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D15628
This commit is contained in:
Damien Picard 2022-08-09 11:41:05 +02:00 committed by Campbell Barton
parent fea8ee4c0b
commit a2bdd6a71a
1 changed files with 0 additions and 2 deletions

View File

@ -206,8 +206,6 @@ def dump_rna_messages(msgs, reports, settings, verbose=False):
"Context", "Event", "Function", "UILayout", "UnknownType", "Property", "Struct",
# registerable classes
"Panel", "Menu", "Header", "RenderEngine", "Operator", "OperatorMacro", "Macro", "KeyingSetInfo",
# window classes
"Window",
)
}