[IMP][WIP] language names in their own language

This commit is contained in:
Victor Feyens 2021-03-10 18:46:20 +01:00
parent 3c8d3b0b43
commit 939acf14bc

11
conf.py
View File

@ -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',
}