diff --git a/manifest.toml b/manifest.toml index d88bb79..2292a89 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,7 +43,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", "fr_FR", "de_DE", "pt_PT"] default = "en_US"