1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

i18n: Sync translations with Weblate

(cherry picked from commit bcedd09742)
This commit is contained in:
Rémi Verschelde
2021-05-18 12:09:09 +02:00
parent 333dfb96da
commit 72647cc55c
69 changed files with 505 additions and 782 deletions

View File

@@ -3209,7 +3209,7 @@ void EditorNode::set_addon_plugin_enabled(String p_addon, bool p_enabled, bool p
// Errors in the script cause the base_type to be an empty string.
if (String(script->get_instance_base_type()) == "") {
show_warning(vformat(TTR("Unable to load addon script from path: '%s'. This might be due to a code error in that script. \nDisabling the addon at '%s' to prevent further errors."), script_path, p_addon));
show_warning(vformat(TTR("Unable to load addon script from path: '%s'. This might be due to a code error in that script.\nDisabling the addon at '%s' to prevent further errors."), script_path, p_addon));
_remove_plugin_from_enabled(p_addon);
return;
}