1
0
Fork 0
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:
frju365 2017-08-20 17:11:03 +02:00 committed by GitHub
parent e4b10fe8d0
commit e93e0d55cb

View file

@ -38,8 +38,8 @@
"en": "Choose a path for Concrete5",
"fr": "Choisissez un chemin pour Concrete5"
},
"example": "/roadiz",
"default": "/roadiz"
"example": "/concrete",
"default": "/concrete"
},
{
"name": "is_public",
@ -91,7 +91,7 @@
"fr": "Langue par défaut à utiliser dans votre interface d'administration"
},
"choices": [
"English", "Français", "Portuges"
"En", "Fr", "De", "Pt"
],
"default": "English"
}