new translation and updates #13

Merged
friendicaproject merged 16 commits from tobias/git.friendi.ca:20210510-translations into stable 2021-05-11 06:12:26 +02:00
Showing only changes of commit efa6dda9a0 - Show all commits

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
# 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