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
commit 7e62565f1e
No known key found for this signature in database
GPG key ID: C3336907360768E1
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;
{