1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Split TranslationServer into its own file

This commit is contained in:
Haoyu Qiu
2024-08-15 15:00:47 +08:00
parent 33c30b9e63
commit 7343dc3a5d
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"