Add German translation Fixes #2323

This commit is contained in:
Jonas Thelemann
2017-04-05 14:02:46 +01:00
committed by Dave Page
parent ea2b3f43bd
commit e66616b1d8
3 changed files with 8846 additions and 2 deletions

View File

@@ -79,8 +79,9 @@ HELP_PATH = '../../../docs/en_US/_build/html/'
# Languages we support in the UI
LANGUAGES = {
'en': 'English',
'pl': 'Polish',
'zh': 'Chinese (Simplified)'
'zh': 'Chinese (Simplified)',
'de': 'German',
'pl': 'Polish'
}
# DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING!