1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Merge pull request #95549 from timothyqiu/split-translation-server

Split `TranslationServer` into its own file
This commit is contained in:
Rémi Verschelde
2024-08-16 14:36:16 +02:00
30 changed files with 1174 additions and 1066 deletions

View File

@@ -30,6 +30,7 @@
#include "font_config_plugin.h"
#include "core/string/translation_server.h"
#include "editor/editor_settings.h"
#include "editor/import/dynamic_font_import_settings.h"
#include "editor/themes/editor_scale.h"