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:
parent
1704e06192
commit
f066d60603
1 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue