[IMP] language names in their own language (continued)

This commit is contained in:
Elisabeth Dickinson 2021-03-22 11:58:15 +01:00
parent 511c8577bc
commit 3026e4cc66

View File

@ -132,12 +132,12 @@ locale_dirs = ['locale/']
supported_languages = { supported_languages = {
'de': 'Deutsch', 'de': 'Deutsch',
'en': 'English', 'en': 'English',
'es': 'Espanol', 'es': 'Español',
'fr': 'Français', 'fr': 'Français',
'nl': 'Nederlands', 'nl': 'Nederlands',
'pt_BR': 'Português (BR)', 'pt_BR': 'Português (BR)',
'uk': 'Ukrainian', 'uk': 'українська',
'zh_CN': 'Chinese', 'zh_CN': '简体中文',
} }
# The specifications of redirect rules used by the redirects extension. # The specifications of redirect rules used by the redirects extension.