summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesse Hallam <jesse.hallam@gmail.com>2018-07-26 08:45:26 -0400
committerJoram Wilander <jwawilander@gmail.com>2018-07-26 08:45:26 -0400
commit8948b91d7a80169b12907e16581cfdd53bbb73f1 (patch)
treedd84c35a664c7787b8080920692dc943b58f5d31 /i18n
parentf8f80d80df1e27e2ed4dcc91518bf504ab7f3e34 (diff)
downloadchat-8948b91d7a80169b12907e16581cfdd53bbb73f1.tar.gz
chat-8948b91d7a80169b12907e16581cfdd53bbb73f1.tar.bz2
chat-8948b91d7a80169b12907e16581cfdd53bbb73f1.zip
unpack prepacked plugins on plugins initialization (#9149)
* unpack prepackaged plugins on plugins initialization * leverage utils.FindDir
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 629bebc8b..986dfc81b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3075,6 +3075,10 @@
"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}}."
},