From 54a0d7d48884f767646a787b697a179de5775709 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 5 Apr 2021 14:35:40 +0200 Subject: [PATCH] Bring back the ask strings for language --- manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.json b/manifest.json index 778d756..35b1d38 100644 --- a/manifest.json +++ b/manifest.json @@ -63,6 +63,10 @@ { "name": "language", "type": "string", + "ask": { + "en": "Choose the application language", + "fr": "Choisissez la langue de l'application" + }, "choices": ["en_EN", "fr_FR"], "default": "fr_FR" }