Merge pull request #95787 from timothyqiu/domestic

Add translation domain
This commit is contained in:
Rémi Verschelde
2024-09-20 16:06:23 +02:00
18 changed files with 509 additions and 241 deletions

View File

@ -6677,6 +6677,8 @@ EditorNode::EditorNode() {
DEV_ASSERT(!singleton);
singleton = this;
set_translation_domain("godot.editor");
Resource::_get_local_scene_func = _resource_get_edited_scene;
{