added JA translation THX Ozero Dien

This commit is contained in:
Tobias Diekershoff 2019-08-28 19:12:37 +02:00
commit b034a6d329
4 changed files with 126 additions and 1 deletions

View file

@ -56,7 +56,8 @@ fn = os.path.join(os.path.abspath(os.path.dirname(__file__)), languageDirectory)
# once there are translations, this list is used to hold the lng-codes
# 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']
translations = ['de-DE', 'nl-NL', 'it-IT', 'pl-PL', 'cs-CZ', 'en-GB',
'ja-JA']
count = len(translations)
languages = {}
# read in all the available translation for later usage