mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
[IMP] more languages to display in drop down
Just in case
This commit is contained in:
11
conf.py
11
conf.py
@@ -278,7 +278,16 @@ github_project = 'documentation-user'
|
||||
# Where are stored the localisations files
|
||||
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):
|
||||
app.add_stylesheet('accounting.css')
|
||||
|
||||
Reference in New Issue
Block a user