Added Chinese language aliases in tx client config
Transifex doesn't have zh_Hans/zh_Hant locales.
Forward port of c586fcd4ea
from stable/1.7.x
This commit is contained in:
parent
12cf10cacd
commit
724d72e1a2
|
@ -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