From 25b000cc64014f0c5966f73d108a767074fed8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:58:04 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifest.toml b/manifest.toml index f7913a8..ea33008 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,6 +41,13 @@ ram.runtime = "50M" type = "group" default = "visitors" + [install.language] + ask.en = "Choose the application language" + ask.fr = "Choisissez la langue de l'application" + type = "select" + choices = ["fr", "en"] + default = "fr" + [install.admin] type = "user"