|
@@ -4115,6 +4115,7 @@ int Main::start() {
|
|
|
if (editor) {
|
|
|
OS::get_singleton()->benchmark_begin_measure("Startup", "Editor");
|
|
|
|
|
|
+ sml->get_root()->set_translation_domain("godot.editor");
|
|
|
if (editor_pseudolocalization) {
|
|
|
translation_server->get_editor_domain()->set_pseudolocalization_enabled(true);
|
|
|
}
|
|
@@ -4312,6 +4313,7 @@ int Main::start() {
|
|
|
OS::get_singleton()->benchmark_begin_measure("Startup", "Project Manager");
|
|
|
Engine::get_singleton()->set_editor_hint(true);
|
|
|
|
|
|
+ sml->get_root()->set_translation_domain("godot.editor");
|
|
|
if (editor_pseudolocalization) {
|
|
|
translation_server->get_editor_domain()->set_pseudolocalization_enabled(true);
|
|
|
}
|