mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
[1.7.x] Added Chinese language aliases in tx client config
Transifex doesn't have zh_Hans/zh_Hant locales.
This commit is contained in:
parent
cba0182425
commit
c586fcd4ea
@ -1,6 +1,6 @@
|
||||
[main]
|
||||
host = https://www.transifex.com
|
||||
lang_map = sr@latin:sr_Latn
|
||||
lang_map = sr@latin:sr_Latn, zh_CN:zh_Hans, zh_TW:zh_Hant
|
||||
|
||||
[django.core]
|
||||
file_filter = django/conf/locale/<lang>/LC_MESSAGES/django.po
|
||||
|
Loading…
Reference in New Issue
Block a user