mirror of
https://github.com/YunoHost-Apps/halcyon_ynh.git
synced 2024-09-03 20:36:21 +02:00
Fixed another error in manifesto
This commit is contained in:
parent
f6d834c402
commit
aa8261bcc5
1 changed files with 2 additions and 3 deletions
|
@ -34,15 +34,14 @@
|
|||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public application?",
|
||||
"en": "Is it a public application?"
|
||||
},
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"name": "language",
|
||||
"ask": {
|
||||
"en": "Choose the application language",
|
||||
"fr": "Choisissez la langue de l'application"
|
||||
"en": "Choose the application language"
|
||||
},
|
||||
"choices": ["en_US", "de_DE" , "pt_BR" , "ja_JP" , "ko_KR" , "pl_PL" , "gl_ES" ],
|
||||
"default": "en_US"
|
||||
|
|
Loading…
Reference in a new issue