1
0
Fork 0
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:
anmol26s 2018-10-04 06:09:29 +05:30
parent f6d834c402
commit aa8261bcc5

View file

@ -34,15 +34,14 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Is it a public application?", "en": "Is it a public application?"
}, },
"default": true "default": true
}, },
{ {
"name": "language", "name": "language",
"ask": { "ask": {
"en": "Choose the application language", "en": "Choose the application language"
"fr": "Choisissez la langue de l'application"
}, },
"choices": ["en_US", "de_DE" , "pt_BR" , "ja_JP" , "ko_KR" , "pl_PL" , "gl_ES" ], "choices": ["en_US", "de_DE" , "pt_BR" , "ja_JP" , "ko_KR" , "pl_PL" , "gl_ES" ],
"default": "en_US" "default": "en_US"