mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
fix
This commit is contained in:
parent
a3116db982
commit
9438fde3d0
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue