1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

i18n: Sync translations with Weblate

This commit is contained in:
Rémi Verschelde
2021-05-18 12:09:09 +02:00
parent d006f50db3
commit bcedd09742
69 changed files with 505 additions and 782 deletions

View File

@@ -3281,7 +3281,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;
}