1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fider_ynh.git synced 2024-09-03 18:36:11 +02:00

Fix install.language string -> select

This commit is contained in:
Salamandar 2023-09-03 21:15:03 +02:00
parent 6136fbaee6
commit defd2600fe

View file

@ -39,9 +39,9 @@ ram.runtime = "50M"
[install.language] [install.language]
ask.en = "Choose the application language" ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application" ask.fr = "Choisissez la langue de l'application"
type = "string" type = "select"
choices = ["fr", "en"] choices = ["en", "fr"]
default = "fr" default = "en"
[install.admin] [install.admin]
type = "user" type = "user"