1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

Bring back the ask strings for language

This commit is contained in:
tituspijean 2021-04-05 14:35:40 +02:00
parent 8472da0efe
commit 54a0d7d488

View file

@ -63,6 +63,10 @@
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["en_EN", "fr_FR"],
"default": "fr_FR"
}