Skip to content

Commit

Permalink
Merge pull request #93521 from nblackburn/popupmenu-pot-gen
Browse files Browse the repository at this point in the history
Include "PopupMenu" labels in POT gen
  • Loading branch information
akien-mga committed Jun 25, 2024
2 parents c466010 + 648d5a8 commit f597f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/plugins/packed_scene_translation_parser_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ PackedSceneEditorTranslationParserPlugin::PackedSceneEditorTranslationParserPlug
lookup_properties.insert("title");
lookup_properties.insert("filters");
lookup_properties.insert("script");
lookup_properties.insert("item_*/text");

// Exception list (to prevent false positives).
exception_list.insert("LineEdit", { "text" });
Expand Down

0 comments on commit f597f24

Please sign in to comment.