Port all plugin manifests to JSON
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
[info]
|
||||
name: Plugins translations
|
||||
short_name: plugins_translations
|
||||
version: 1.4.0
|
||||
description: This plugin contains translation files for Gajim plugins.
|
||||
authors = Denis Fomin <fominde@gmail.com>
|
||||
homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/PluginsTranslationsPlugin
|
||||
min_gajim_version: 1.4.0-dev1
|
||||
max_gajim_version: 1.4.90
|
||||
19
plugins_translations/manifest.json
Normal file
19
plugins_translations/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"authors": [
|
||||
"Denis Fomin <fominde@gmail.com>"
|
||||
],
|
||||
"description": "This plugin contains translation files for Gajim plugins.",
|
||||
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/PluginsTranslationsPlugin",
|
||||
"config_dialog": false,
|
||||
"name": "Plugins translations",
|
||||
"platforms": [
|
||||
"linux",
|
||||
"darwin",
|
||||
"win32"
|
||||
],
|
||||
"requirements": [
|
||||
"gajim>=1.4.0"
|
||||
],
|
||||
"short_name": "plugins_translations",
|
||||
"version": "1.4.1"
|
||||
}
|
||||
Reference in New Issue
Block a user