1
0
Fork 0
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:
Éric Gaspar 2023-10-15 10:38:23 +02:00
parent 9f4b2d4546
commit 8325a7b043
2 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,7 @@ WEBHOOK_URL=https://__DOMAIN____PATH__
# If not set New York time will be used
GENERIC_TIMEZONE=__TIMEZONE__
TZ=__TIMEZONE__
N8N_DEFAULT_LOCALE=__LANGUAGE__
# Use http (we're behind a reverse-proxy)
N8N_PROTOCOL=http

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"
[resources]
[resources.ports]