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",
|
||||
"ask": {
|
||||
"en": "Language of your Website",
|
||||
"fr": "Langage de votre site"
|
||||
"en": "Default language to be used in your website admin",
|
||||
"fr": "Langue par défaut à utiliser dans votre interface d'administration"
|
||||
},
|
||||
"choices": ["English", "Français"],
|
||||
"default": "Français"
|
||||
"choices": [
|
||||
"English", "Français", "Portuges"
|
||||
],
|
||||
"default": "English"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue