[IMP] more languages to display in drop down
Just in case
This commit is contained in:
parent
9a5bae06c6
commit
ea334f5983
11
conf.py
11
conf.py
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user