Skip to content

Commit

Permalink
Added Chinese language aliases in tx client config
Browse files Browse the repository at this point in the history
Transifex doesn't have zh_Hans/zh_Hant locales.
Forward port of c586fcd from stable/1.7.x
  • Loading branch information
claudep committed Aug 20, 2014
1 parent 12cf10c commit 724d72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tx/config
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 724d72e

Please sign in to comment.