From efa6dda9a00ecac7716077110f32f0c71bff9e5f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 10 May 2021 12:09:00 +0200 Subject: [PATCH] activate the new translations --- generate_home_tmpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_home_tmpl.py b/generate_home_tmpl.py index ed0232b..bf985cf 100644 --- a/generate_home_tmpl.py +++ b/generate_home_tmpl.py @@ -56,7 +56,7 @@ fn = os.path.join(os.path.abspath(os.path.dirname(__file__)), languageDirectory) # of the available translations. Later in the script, when the home.tmpl # is created, we'll loop over all these languages. translations = ['de-DE', 'nl-NL', 'it-IT', 'pl-PL', 'cs-CZ', 'en-GB', - 'ja-JA'] + 'ja-JA', 'ca-ES', 'es-ES', 'fi-FI', 'fr-FR', 'hu-HU', 'ru-RU'] count = len(translations) languages = {} # read in all the available translation for later usage