mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
[Fix] Choice ASCII
This commit is contained in:
parent
e4b10fe8d0
commit
e93e0d55cb
1 changed files with 3 additions and 3 deletions
|
@ -38,8 +38,8 @@
|
||||||
"en": "Choose a path for Concrete5",
|
"en": "Choose a path for Concrete5",
|
||||||
"fr": "Choisissez un chemin pour Concrete5"
|
"fr": "Choisissez un chemin pour Concrete5"
|
||||||
},
|
},
|
||||||
"example": "/roadiz",
|
"example": "/concrete",
|
||||||
"default": "/roadiz"
|
"default": "/concrete"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
"fr": "Langue par défaut à utiliser dans votre interface d'administration"
|
"fr": "Langue par défaut à utiliser dans votre interface d'administration"
|
||||||
},
|
},
|
||||||
"choices": [
|
"choices": [
|
||||||
"English", "Français", "Portuges"
|
"En", "Fr", "De", "Pt"
|
||||||
],
|
],
|
||||||
"default": "English"
|
"default": "English"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue