diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-12-27 10:58:01 +0800 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-07 14:20:40 +0100 |
commit | 5d7e003b29cf9b57168e459469e13468a49c3da6 (patch) | |
tree | 2303ec8b584f3949acc4acf1396ef47b6a2d86ca /editor/editor_translation.h | |
parent | bdad9770d64914da3b77bee49916419b5df87d1c (diff) | |
download | redot-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.h | 1 |
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 |