1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00
This commit is contained in:
Éric Gaspar 2023-10-27 11:05:12 +02:00
parent a3116db982
commit 9438fde3d0
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ ram.runtime = "50M"
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["de", "en", "es", "fa", "fr-FR", "it", "lt", "nl", "pl", "pt"]
choices = ["en-US", "fr-FR"]
default = "fr-FR"
[resources]

View file

@ -80,7 +80,7 @@ if [ -z "${maxitemsperpage:-}" ]; then
fi
if [ -z "${language:-}" ]; then
language=en
language="en-US"
ynh_app_setting_set --app=$app --key=language --value=$language
fi