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
commit f01e052162
No known key found for this signature in database
GPG key ID: C3336907360768E1
30 changed files with 1174 additions and 1066 deletions

View file

@ -43,7 +43,7 @@
#include "core/object/class_db.h"
#include "core/os/keyboard.h"
#include "core/os/os.h"
#include "core/string/translation.h"
#include "core/string/translation_server.h"
#include "core/version.h"
#include "editor/editor_node.h"
#include "editor/editor_paths.h"