mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
[enh] add translations & name choice to manifest
This commit is contained in:
parent
cd9dd26e14
commit
a3ca0d4452
1 changed files with 17 additions and 6 deletions
|
@ -17,6 +17,7 @@
|
|||
"name": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for Jappix"
|
||||
"fr": "Choisissez un domaine pour Jappix"
|
||||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
|
@ -24,19 +25,29 @@
|
|||
"name": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Jappix"
|
||||
"fr": "Choisissez un chemin pour Jappix"
|
||||
},
|
||||
"example": "/jappix",
|
||||
"default": "/jappix"
|
||||
},
|
||||
{
|
||||
"name": "name",
|
||||
"ask": {
|
||||
"en": "Choose a name for Jappix"
|
||||
"fr": "Choisissez un nom pour Jappix"
|
||||
},
|
||||
"example": "YunoJappix",
|
||||
"default": "YunoJappix"
|
||||
},
|
||||
{
|
||||
"name": "language",
|
||||
"ask": {
|
||||
"en": "Choose the language of the Jappix",
|
||||
"fr": "Choissisez la langue du Jappix"
|
||||
},
|
||||
"example": "en",
|
||||
"default": "en"
|
||||
}
|
||||
"en": "Choose the language of the Jappix",
|
||||
"fr": "Choissisez la langue du Jappix"
|
||||
},
|
||||
"choices" : ["en", "fr", "es"],
|
||||
"default" : "en"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue