[IMP] language names in their own language (continued)
This commit is contained in:
parent
511c8577bc
commit
3026e4cc66
6
conf.py
6
conf.py
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user