Reworked translation system
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
This commit is contained in:
parent
9e54e1f34f
commit
db3b05d289
23 changed files with 248 additions and 52 deletions
|
|
@ -5026,6 +5026,7 @@ EditorNode::EditorNode() {
|
|||
|
||||
EditorHelp::generate_doc(); //before any editor classes are crated
|
||||
SceneState::set_disable_placeholders(true);
|
||||
ResourceLoader::clear_translation_remaps(); //no remaps using during editor
|
||||
editor_initialize_certificates(); //for asset sharing
|
||||
|
||||
InputDefault *id = Input::get_singleton()->cast_to<InputDefault>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue