summaryrefslogtreecommitdiffstats
path: root/editor/editor_property_name_processor.h
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2022-12-27 10:58:01 +0800
committerRémi Verschelde <rverschelde@gmail.com>2023-02-07 14:20:40 +0100
commit5d7e003b29cf9b57168e459469e13468a49c3da6 (patch)
tree2303ec8b584f3949acc4acf1396ef47b6a2d86ca /editor/editor_property_name_processor.h
parentbdad9770d64914da3b77bee49916419b5df87d1c (diff)
downloadredot-engine-5d7e003b29cf9b57168e459469e13468a49c3da6.tar.gz
Prepare for moving editor and classref translations to godot-editor-l10n repo
- Separate editor interface and property translations. - Add property translation in TranslationServer. - The split and merge of the POT/PO/Makefiles and extract scripts is done directly in godot-editor-l10n, the files will be removed in the next commit. - Remove the hardcoded "to_include" lists from the SCsub, we'll only commit the files which are ready to inclue.
Diffstat (limited to 'editor/editor_property_name_processor.h')
-rw-r--r--editor/editor_property_name_processor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor_property_name_processor.h b/editor/editor_property_name_processor.h
index f32cb9f43a..8e3cecb45b 100644
--- a/editor/editor_property_name_processor.h
+++ b/editor/editor_property_name_processor.h
@@ -64,6 +64,9 @@ public:
// Turns property path segment into the given style.
String process_name(const String &p_name, Style p_style) const;
+ // Translate plain text group names.
+ String translate_group_name(const String &p_name) const;
+
EditorPropertyNameProcessor();
~EditorPropertyNameProcessor();
};