summaryrefslogtreecommitdiffstats
path: root/editor/editor_translation.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_translation.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_translation.h')
-rw-r--r--editor/editor_translation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_translation.h b/editor/editor_translation.h
index 3717d0cbf5..bd6db32536 100644
--- a/editor/editor_translation.h
+++ b/editor/editor_translation.h
@@ -37,5 +37,6 @@
Vector<String> get_editor_locales();
void load_editor_translations(const String &p_locale);
void load_doc_translations(const String &p_locale);
+void load_property_translations(const String &p_locale);
#endif // EDITOR_TRANSLATION_H