Merge pull request #95787 from timothyqiu/domestic
Add translation domain
This commit is contained in:
commit
7e62565f1e
18 changed files with 509 additions and 241 deletions
|
|
@ -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;
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue