Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-09-27 15:26:10 +02:00
parent d8f33fadf4
commit fb15ae47d2

View file

@ -39,7 +39,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 = ["de-de", "en-us", "es-es", "fr-fr", "it-it", "pt-pt", "zh-hans"] choices = ["de-de", "en-us", "es-es", "fr-fr", "it-it", "pt-pt", "zh-hans"]
default = "fr-fr" default = "fr-fr"