Skip to content

Commit f118bbd

Browse files
committed
Fix category names in help search dialog not translated
1 parent 99f5a3d commit f118bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/editor_help_search.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ TreeItem *EditorHelpSearch::Runner::_create_category_item(TreeItem *p_parent, co
541541
TreeItem *item = nullptr;
542542
if (_find_or_create_item(p_parent, item_meta, item)) {
543543
item->set_icon(0, ui_service->get_editor_theme_icon(p_icon));
544+
item->set_auto_translate_mode(0, AUTO_TRANSLATE_MODE_ALWAYS);
544545
item->set_text(0, p_text);
545546
item->set_metadata(0, item_meta);
546547
}

0 commit comments

Comments
 (0)