Add a Chinese (Simplified) translation. Fixes #1963

This commit is contained in:
lambda 2016-11-16 09:40:56 +00:00 committed by Dave Page
parent 48b0a3f2d2
commit 3e541ecb41

View File

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