1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snappymail_ynh.git synced 2024-09-03 20:26:29 +02:00
This commit is contained in:
Éric Gaspar 2023-10-13 09:58:42 +02:00
parent 3104c14475
commit d909dc3f4f
2 changed files with 9 additions and 2 deletions

View file

@ -18,10 +18,10 @@ allow_themes = On
allow_user_background = Off
; Language used by default
language = "en"
language = "__LANGUAGE__"
; Admin Panel interface language
language_admin = "en"
language_admin = "__LANGUAGE__"
; Allow language selection on settings screen
allow_languages_on_settings = On

View file

@ -38,6 +38,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.sources]