[IMP] more languages to display in drop down

Just in case
This commit is contained in:
Martin Trigaux 2016-02-04 13:20:40 +01:00
parent 9a5bae06c6
commit ea334f5983

11
conf.py
View File

@ -278,7 +278,16 @@ github_project = 'documentation-user'
# Where are stored the localisations files # Where are stored the localisations files
locale_dirs = ['locale/'] locale_dirs = ['locale/']
LANGUAGES = {'nl': 'Dutch', 'es': 'Spanish', 'zh_CN': 'Chinese'} LANGUAGES = {
'de': 'German',
'en': 'English',
'es': 'Spanish',
'fr': 'French',
'hr': 'Croatian',
'nl': 'Dutch',
'pt_BR': 'Portuguese (BR)',
'zh_CN': 'Chinese',
}
def setup(app): def setup(app):
app.add_stylesheet('accounting.css') app.add_stylesheet('accounting.css')