mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
add language
This commit is contained in:
parent
9f4b2d4546
commit
8325a7b043
2 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,7 @@ WEBHOOK_URL=https://__DOMAIN____PATH__
|
||||||
# If not set New York time will be used
|
# If not set New York time will be used
|
||||||
GENERIC_TIMEZONE=__TIMEZONE__
|
GENERIC_TIMEZONE=__TIMEZONE__
|
||||||
TZ=__TIMEZONE__
|
TZ=__TIMEZONE__
|
||||||
|
N8N_DEFAULT_LOCALE=__LANGUAGE__
|
||||||
|
|
||||||
# Use http (we're behind a reverse-proxy)
|
# Use http (we're behind a reverse-proxy)
|
||||||
N8N_PROTOCOL=http
|
N8N_PROTOCOL=http
|
||||||
|
|
|
@ -42,6 +42,13 @@ ram.runtime = "50M"
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
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"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
Loading…
Add table
Reference in a new issue