1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

add language

This commit is contained in:
Éric Gaspar 2024-07-20 14:46:19 +02:00
parent d7c0790559
commit 7d2e66da35
2 changed files with 8 additions and 1 deletions

View file

@ -34,7 +34,7 @@ parameters:
mailer_encryption: ~
mailer_auth_mode: ~
locale: en
locale: __LANGUAGE__
# A secret key that's used to generate certain security-related tokens
secret: __DESKEY__

View file

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