From 8948b91d7a80169b12907e16581cfdd53bbb73f1 Mon Sep 17 00:00:00 2001 From: Jesse Hallam Date: Thu, 26 Jul 2018 08:45:26 -0400 Subject: unpack prepacked plugins on plugins initialization (#9149) * unpack prepackaged plugins on plugins initialization * leverage utils.FindDir --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 629bebc8b..986dfc81b 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3074,6 +3074,10 @@ "id": "app.plugin.install_id.app_error", "translation": "Unable to install plugin. A plugin with the same ID is already installed." }, + { + "id": "app.plugin.install_id_failed_remove.app_error", + "translation": "Unable to install plugin. A plugin with the same ID is already installed and failed to be removed." + }, { "id": "app.plugin.invalid_id.app_error", "translation": "Plugin Id must be at least {{.Min}} characters, at most {{.Max}} characters and match {{.Regex}}." -- cgit v1.2.3-1-g7c22