[IMP][WIP] language names in their own language
This commit is contained in:
parent
3c8d3b0b43
commit
939acf14bc
11
conf.py
11
conf.py
@ -130,13 +130,12 @@ github_project = 'documentation-user'
|
||||
|
||||
locale_dirs = ['locale/']
|
||||
supported_languages = {
|
||||
'de': 'German',
|
||||
'de': 'Deutsch',
|
||||
'en': 'English',
|
||||
'es': 'Spanish',
|
||||
'fr': 'French',
|
||||
'hr': 'Croatian',
|
||||
'nl': 'Dutch',
|
||||
'pt_BR': 'Portuguese (BR)',
|
||||
'es': 'Espanol',
|
||||
'fr': 'Français',
|
||||
'nl': 'Nederlands',
|
||||
'pt_BR': 'Português (BR)',
|
||||
'uk': 'Ukrainian',
|
||||
'zh_CN': 'Chinese',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user