mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #95549 from timothyqiu/split-translation-server
Split `TranslationServer` into its own file
This commit is contained in:
@@ -51,7 +51,7 @@ using namespace godot;
|
||||
#include "core/error/error_macros.h"
|
||||
#include "core/object/worker_thread_pool.h"
|
||||
#include "core/string/print_string.h"
|
||||
#include "core/string/translation.h"
|
||||
#include "core/string/translation_server.h"
|
||||
#include "scene/resources/image_texture.h"
|
||||
|
||||
#include "modules/modules_enabled.gen.h" // For freetype, msdfgen, svg.
|
||||
|
||||
@@ -52,7 +52,7 @@ using namespace godot;
|
||||
#include "core/config/project_settings.h"
|
||||
#include "core/error/error_macros.h"
|
||||
#include "core/string/print_string.h"
|
||||
#include "core/string/translation.h"
|
||||
#include "core/string/translation_server.h"
|
||||
|
||||
#include "modules/modules_enabled.gen.h" // For freetype, msdfgen, svg.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user