[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/'] locale_dirs = ['locale/']
supported_languages = { supported_languages = {
'de': 'German', 'de': 'Deutsch',
'en': 'English', 'en': 'English',
'es': 'Spanish', 'es': 'Espanol',
'fr': 'French', 'fr': 'Français',
'hr': 'Croatian', 'nl': 'Nederlands',
'nl': 'Dutch', 'pt_BR': 'Português (BR)',
'pt_BR': 'Portuguese (BR)',
'uk': 'Ukrainian', 'uk': 'Ukrainian',
'zh_CN': 'Chinese', 'zh_CN': 'Chinese',
} }