You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +00:00
Allow localizing the application name with project translations
This commit is contained in:
@@ -578,8 +578,7 @@ void EditorNode::_gdextensions_reloaded() {
|
||||
void EditorNode::_update_translations() {
|
||||
Ref<TranslationDomain> main = TranslationServer::get_singleton()->get_main_domain();
|
||||
|
||||
main->clear();
|
||||
TranslationServer::get_singleton()->load_translations();
|
||||
TranslationServer::get_singleton()->load_project_translations(main);
|
||||
|
||||
if (main->is_enabled()) {
|
||||
// Check for the exact locale.
|
||||
|
||||
Reference in New Issue
Block a user