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:
parent
166d7aff0f
commit
9787ae4cbb
2 changed files with 8 additions and 1 deletions
|
@ -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__
|
||||
|
|
|
@ -2,6 +2,13 @@ test_format = 1.0
|
|||
|
||||
[default]
|
||||
|
||||
|
||||
# -------------------------------
|
||||
# Default args to use for install
|
||||
# -------------------------------
|
||||
|
||||
args.language = "fr"
|
||||
|
||||
# -------------------------------
|
||||
# Commits to test upgrade from
|
||||
# -------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue