1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

Update manifest.json

This commit is contained in:
frju365 2017-08-20 15:39:41 +02:00 committed by GitHub
parent 1704e06192
commit f066d60603

View file

@ -87,11 +87,13 @@
{ {
"name": "language", "name": "language",
"ask": { "ask": {
"en": "Language of your Website", "en": "Default language to be used in your website admin",
"fr": "Langage de votre site" "fr": "Langue par défaut à utiliser dans votre interface d'administration"
}, },
"choices": ["English", "Français"], "choices": [
"default": "Français" "English", "Français", "Portuges"
],
"default": "English"
} }
] ]
} }