unpack prepacked plugins on plugins initialization (#9149)

* unpack prepackaged plugins on plugins initialization

* leverage utils.FindDir
Этот коммит содержится в:
Jesse Hallam
2018-07-26 08:45:26 -04:00
коммит произвёл Joram Wilander
родитель f8f80d80df
Коммит 8948b91d7a
5 изменённых файлов: 37 добавлений и 6 удалений

Просмотреть файл

@@ -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}}."