You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Reworked translation system
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
This commit is contained in:
@@ -1013,6 +1013,7 @@ Error Main::setup2() {
|
||||
translation_server->set_locale(locale);
|
||||
}
|
||||
translation_server->load_translations();
|
||||
ResourceLoader::load_translation_remaps(); //load remaps for resources
|
||||
|
||||
audio_server->load_default_bus_layout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user