mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
(#35)
Co-authored-by: Yunohost-Bot <>
This commit is contained in:
parent
00e30f2c17
commit
63ce091eb0
1 changed files with 23 additions and 11 deletions
|
@ -13,7 +13,8 @@
|
|||
"website": "http://www.mytinytodo.net/",
|
||||
"demo": "https://www.mytinytodo.net/demo/",
|
||||
"admindoc": "https://www.mytinytodo.net/faq.php",
|
||||
"code": "https://github.com/maxpozdeev/mytinytodo"
|
||||
"code": "https://github.com/maxpozdeev/mytinytodo",
|
||||
"cpe": "cpe:2.3:a:mytinytodo:mytinytodo"
|
||||
},
|
||||
"license": "GPL-2.0",
|
||||
"maintainer": {
|
||||
|
@ -75,7 +76,18 @@
|
|||
"en": "Choose the application language",
|
||||
"fr": "Choisissez la langue de l'application"
|
||||
},
|
||||
"choices": ["ar", "de", "en", "fr", "it", "nl", "pt-pt", "ru", "uk", "zh-cn"],
|
||||
"choices": [
|
||||
"ar",
|
||||
"de",
|
||||
"en",
|
||||
"fr",
|
||||
"it",
|
||||
"nl",
|
||||
"pt-pt",
|
||||
"ru",
|
||||
"uk",
|
||||
"zh-cn"
|
||||
],
|
||||
"default": "fr"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue