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 2023-11-16 12:55:43 +01:00
parent 166d7aff0f
commit 9787ae4cbb
2 changed files with 8 additions and 1 deletions

View file

@ -29,7 +29,7 @@ parameters:
#mailer_dsn: smtp://user:pass@__DOMAIN__:25
mailer_dsn: smtp://__APP__:__MAIL_PWD__@__DOMAIN__:25
locale: en
locale: __LANGUAGE__
# A secret key that's used to generate certain security-related tokens
secret: __DESKEY__

View file

@ -2,6 +2,13 @@ test_format = 1.0
[default]
# -------------------------------
# Default args to use for install
# -------------------------------
args.language = "fr"
# -------------------------------
# Commits to test upgrade from
# -------------------------------