[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 = {
'de': 'Deutsch',
'en': 'English',
'es': 'Espanol',
'es': 'Español',
'fr': 'Français',
'nl': 'Nederlands',
'pt_BR': 'Português (BR)',
'uk': 'Ukrainian',
'zh_CN': 'Chinese',
'uk': 'українська',
'zh_CN': '简体中文',
}
# The specifications of redirect rules used by the redirects extension.