mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
Fix Manifest
This commit is contained in:
parent
b0e6a88739
commit
26979267ee
1 changed files with 6 additions and 6 deletions
|
@ -3,8 +3,8 @@
|
||||||
"id": "yeswiki",
|
"id": "yeswiki",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "$app is free software born from the cross-fertilization of the discussions and know-how of developers and facilitators of cooperative projects.",
|
"en": "YesWiki is a wiki that is quick and easy to use, with a nice design and a French-speaking support community.",
|
||||||
"fr": "$app est un logiciel libre né du croisement des discussions et savoir-faire de développeurs et animateurs de projets coopératifs."
|
"fr": "YesWiki est wiki facile et rapide à prendre en main, avec un design agréable et une communauté d'entraide francophone."
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh1",
|
"version": "1.0~ynh1",
|
||||||
"url": "https://yeswiki.net/",
|
"url": "https://yeswiki.net/",
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Plumf",
|
"name": "Plumf",
|
||||||
"email": "plumf@open-plug.eu",
|
"email": "plumf@open-plug.eu",
|
||||||
"url": "http://plumf.eu"
|
"url": "https://plumf.eu"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.7.0"
|
"yunohost": ">= 3.7.0"
|
||||||
|
@ -62,8 +62,8 @@
|
||||||
},
|
},
|
||||||
"default": true,
|
"default": true,
|
||||||
"help": {
|
"help": {
|
||||||
"en": "If $app is made public anyone will be able to view the wiki",
|
"en": "If YesWiki is made public anyone will be able to view the wiki",
|
||||||
"fr": "Si $app est rendu publique toute personne pourra consulter le wiki"
|
"fr": "Si YesWiki est rendu publique toute personne pourra consulter le wiki"
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
"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": ["fr", "en"],
|
"choices": ["fr", "en", "ca", "es", "nl", "pt"],
|
||||||
"default": "fr"
|
"default": "fr"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue