[FIX] typo

This commit is contained in:
Martin Trigaux 2016-02-04 11:29:38 +01:00
parent bc17c13b24
commit 9a5bae06c6

View File

@ -278,7 +278,7 @@ github_project = 'documentation-user'
# Where are stored the localisations files
locale_dirs = ['locale/']
LANGUAGES = {'nl': 'Dutch', 'es': 'Spanish', 'zn_CH': 'Chinese'}
LANGUAGES = {'nl': 'Dutch', 'es': 'Spanish', 'zh_CN': 'Chinese'}
def setup(app):
app.add_stylesheet('accounting.css')