From 1b9994d4e30a60a7192328ca73b8439118260a0e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:48:42 +0100 Subject: [PATCH] Update manifest.toml: Can't see where that "language" question is supposed to be used ... --- manifest.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 00a8ae7..7af10a2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -36,13 +36,6 @@ ram.runtime = "50M" type = "group" default = "visitors" - [install.language] - ask.en = "Choose the application language" - ask.fr = "Choisissez la langue de l'application" - type = "string" - choices = ["fr", "en"] - default = "fr" - [install.admin] type = "user"