EN GB translation added THX Andy H3 #7

Merged
friendicaproject merged 2 commits from tobias/git.friendi.ca:20190311-engb into master 2019-03-11 18:59:07 +01:00
Showing only changes of commit e277a989c2 - Show all commits

View file

@ -56,7 +56,7 @@ 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']
translations = ['de-DE', 'nl-NL', 'it-IT', 'pl-PL', 'cs-CZ', 'en-GB']
count = len(translations)
languages = {}
# read in all the available translation for later usage