From 724d72e1a2eb898eedf9bd307c20918910cd2ade Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 14 Aug 2014 15:24:47 +0200 Subject: Added Chinese language aliases in tx client config Transifex doesn't have zh_Hans/zh_Hant locales. Forward port of c586fcd4eade5 from stable/1.7.x --- .tx/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tx') diff --git a/.tx/config b/.tx/config index cb617326b9..b6c83a782d 100644 --- a/.tx/config +++ b/.tx/config @@ -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//LC_MESSAGES/django.po -- cgit v1.2.1