Add a Chinese (Simplified) translation. Fixes #1963

pull/3/head
lambda 2016-11-16 09:40:56 +00:00 committed by Dave Page
parent 48b0a3f2d2
commit 3e541ecb41
1 changed files with 2 additions and 1 deletions

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!