diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-08-15 15:00:47 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-08-15 15:00:47 +0800 |
commit | 7343dc3a5d9135d419c47c077e1f5e84025a9a02 (patch) | |
tree | 88a75a3444d12f9ef73b31f429617c86f0a8de89 /editor/editor_locale_dialog.cpp | |
parent | 33c30b9e63a58b860cb2f36957c5e25cee34a627 (diff) | |
download | redot-engine-7343dc3a5d9135d419c47c077e1f5e84025a9a02.tar.gz |
Split TranslationServer into its own file
Diffstat (limited to 'editor/editor_locale_dialog.cpp')
-rw-r--r-- | editor/editor_locale_dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_locale_dialog.cpp b/editor/editor_locale_dialog.cpp index f8fd05bf1e..83f1c70c69 100644 --- a/editor/editor_locale_dialog.cpp +++ b/editor/editor_locale_dialog.cpp @@ -31,6 +31,7 @@ #include "editor_locale_dialog.h" #include "core/config/project_settings.h" +#include "core/string/translation_server.h" #include "editor/editor_undo_redo_manager.h" #include "editor/themes/editor_scale.h" #include "scene/gui/check_button.h" |