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:
parent
8472da0efe
commit
54a0d7d488
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue