From d40911d28d6137e7c643308077d9ec6b11169feb Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 18 Mar 2022 10:22:16 +0100 Subject: [PATCH] Add more languages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Deutsch, Italian, Arabic, Russian, Portuguese, Chinese (Continental + Taiwan) (I tried 20 of them, here is the list of the ones working on my instance… I don't know why it fails for the other) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6430041a..d73214aa 100644 --- a/manifest.json +++ b/manifest.json @@ -54,7 +54,7 @@ "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, - "choices": ["fr", "en"], + "choices": ["fr","en","de","it","ar","ru","pt","zh-cn","zh-tw"], "default": "fr" } ]