From 156b608e643afc445b4ed3e21ee2e18cc14e06b4 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:07:54 +0100 Subject: [PATCH] install.arg language string -> select --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e3e9cd9..722ad7b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,7 +41,7 @@ ram.runtime = "50M" [install.language] ask.en = "Default language" ask.fr = "Langue par défaut" - type = "string" + type = "select" choices = ["de", "en", "es", "fr", "it", "nl", "oc", "pl", "pt", "ro", "ru"] default = "en"