Add a Chinese (Simplified) translation. Fixes #1963
parent
48b0a3f2d2
commit
3e541ecb41
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue