Commit e33f5996 authored by Michal Čihař's avatar Michal Čihař

Add aliases to use new (and politically correct) Chinese locales

Issue #859
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 21c112ef
...@@ -733,6 +733,9 @@ LOCALE_ALIASES = { ...@@ -733,6 +733,9 @@ LOCALE_ALIASES = {
'iw': 'he', 'iw': 'he',
'ji': 'yi', 'ji': 'yi',
'in': 'id', 'in': 'id',
# Prefer new variants
'sr@latin': 'sr_Latn', 'sr@latin': 'sr_Latn',
'sr@cyrillic': 'sr_Cyrl', 'sr@cyrillic': 'sr_Cyrl',
'zh_cn': 'zh_Hans',
'zh_tw': 'zh_Hant',
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment