You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Set editor's translation domain at root node
(cherry picked from commit 7c8f81f1d0)
This commit is contained in:
committed by
Rémi Verschelde
parent
9e5292c6cf
commit
b3caec15f5
@@ -1162,8 +1162,6 @@ void ProjectManager::_titlebar_resized() {
|
||||
ProjectManager::ProjectManager(bool p_custom_res) {
|
||||
singleton = this;
|
||||
|
||||
set_translation_domain("godot.editor");
|
||||
|
||||
// Turn off some servers we aren't going to be using in the Project Manager.
|
||||
NavigationServer3D::get_singleton()->set_active(false);
|
||||
PhysicsServer3D::get_singleton()->set_active(false);
|
||||
|
||||
Reference in New Issue
Block a user