mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
Merge pull request #141 from yunohost-bot/add-cpe
[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
commit
c17a0bf753
1 changed files with 19 additions and 3 deletions
|
@ -13,7 +13,8 @@
|
|||
"website": "http://freshrss.org/",
|
||||
"demo": "https://demo.freshrss.org",
|
||||
"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",
|
||||
"maintainer": {
|
||||
|
@ -58,9 +59,24 @@
|
|||
"en": "Choose the application language",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue