activate the new translations

This commit is contained in:
Tobias Diekershoff 2021-05-10 12:09:00 +02:00
parent 36e7d17743
commit efa6dda9a0
1 changed files with 1 additions and 1 deletions

View File

@ -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 # of the available translations. Later in the script, when the home.tmpl
# is created, we'll loop over all these languages. # is created, we'll loop over all these languages.
translations = ['de-DE', 'nl-NL', 'it-IT', 'pl-PL', 'cs-CZ', 'en-GB', 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) count = len(translations)
languages = {} languages = {}
# read in all the available translation for later usage # read in all the available translation for later usage