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