1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leantime_ynh.git synced 2024-09-03 19:36:04 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-07-20 23:01:06 +02:00
parent 9d3e9cfe85
commit 34a45f8d3a

View file

@ -16,7 +16,7 @@ admindoc = "https://docs.leantime.io"
code = "https://github.com/Leantime/leantime" code = "https://github.com/Leantime/leantime"
[integration] [integration]
yunohost = ">= 11.1.20" yunohost = ">= 11.1.21"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = true ldap = true
@ -36,7 +36,7 @@ ram.runtime = "50M"
[install.language] [install.language]
ask.en = "Choose the application language" ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application" ask.fr = "Choisissez la langue de l'application"
type = "string" type = "select"
choices = ["en-US", "es-ES", "it-IT", "fr-FR"] choices = ["en-US", "es-ES", "it-IT", "fr-FR"]
default = "fr-FR" default = "fr-FR"