mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +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]
|
[main]
|
||||||
host = https://www.transifex.com
|
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]
|
[django.core]
|
||||||
file_filter = django/conf/locale/<lang>/LC_MESSAGES/django.po
|
file_filter = django/conf/locale/<lang>/LC_MESSAGES/django.po
|
||||||
|
Loading…
Reference in New Issue
Block a user