diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-16 14:36:16 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-16 14:36:16 +0200 |
commit | f01e052162cc17d50025819589b301284bd98f52 (patch) | |
tree | adbca7785b78eafa38def1e0c4cff4e9b94ee30b /tests/core/string/test_translation.h | |
parent | 664ff6f7c409a2fb07a023b2127ba9a05128a655 (diff) | |
parent | 7343dc3a5d9135d419c47c077e1f5e84025a9a02 (diff) | |
download | redot-engine-f01e052162cc17d50025819589b301284bd98f52.tar.gz |
Merge pull request #95549 from timothyqiu/split-translation-server
Split `TranslationServer` into its own file
Diffstat (limited to 'tests/core/string/test_translation.h')
-rw-r--r-- | tests/core/string/test_translation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/string/test_translation.h b/tests/core/string/test_translation.h index acdd851b29..7c389191e3 100644 --- a/tests/core/string/test_translation.h +++ b/tests/core/string/test_translation.h @@ -34,6 +34,7 @@ #include "core/string/optimized_translation.h" #include "core/string/translation.h" #include "core/string/translation_po.h" +#include "core/string/translation_server.h" #ifdef TOOLS_ENABLED #include "editor/import/resource_importer_csv_translation.h" |