mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
722ade2ac4
commit
ca97edd069
1 changed files with 19 additions and 3 deletions
|
@ -13,7 +13,8 @@
|
||||||
"website": "http://freshrss.org/",
|
"website": "http://freshrss.org/",
|
||||||
"demo": "https://demo.freshrss.org",
|
"demo": "https://demo.freshrss.org",
|
||||||
"admindoc": "https://freshrss.github.io/FreshRSS/",
|
"admindoc": "https://freshrss.github.io/FreshRSS/",
|
||||||
"code": "https://github.com/FreshRSS/FreshRSS"
|
"code": "https://github.com/FreshRSS/FreshRSS",
|
||||||
|
"cpe": "cpe:2.3:a:freshrss:freshrss"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -58,7 +59,22 @@
|
||||||
"en": "Choose the application language",
|
"en": "Choose the application language",
|
||||||
"fr": "Choisissez la langue de l'application"
|
"fr": "Choisissez la langue de l'application"
|
||||||
},
|
},
|
||||||
"choices": ["cz", "de", "en", "es", "fr", "he", "it", "kr", "nl", "oc", "pt", "ru", "tr", "zh-cn"],
|
"choices": [
|
||||||
|
"cz",
|
||||||
|
"de",
|
||||||
|
"en",
|
||||||
|
"es",
|
||||||
|
"fr",
|
||||||
|
"he",
|
||||||
|
"it",
|
||||||
|
"kr",
|
||||||
|
"nl",
|
||||||
|
"oc",
|
||||||
|
"pt",
|
||||||
|
"ru",
|
||||||
|
"tr",
|
||||||
|
"zh-cn"
|
||||||
|
],
|
||||||
"default": "fr"
|
"default": "fr"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue