From 1dc1d395ccf7dfd0823aedf8f30122666724f553 Mon Sep 17 00:00:00 2001 From: ewilly Date: Sat, 23 Sep 2023 10:54:18 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8bae596..64bc1c1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,7 +42,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 = ["fr_FR", "es", "it", "pt_PT", "en_EN", "gr_GR"] default = "fr_FR"