From e81132a1eb250e6b657bc970cd4964203bacdaa5 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 10 Oct 2012 10:39:13 +0200 Subject: More language fixing --- fetchtranslations.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fetchtranslations.sh') diff --git a/fetchtranslations.sh b/fetchtranslations.sh index 900aff0a..ff265954 100755 --- a/fetchtranslations.sh +++ b/fetchtranslations.sh @@ -19,9 +19,11 @@ done # Chinese language require zh-CN and zh-TW -lang="zh-CN" -rlang="zh-rCN" +for lang in "zh-CN" do + if [ $lang = "zh-CN" ] ; then + rlang="zh-rCN" + fi echo "Fetch archive for $lang" fetch http://crowdin.net/download/project/ics-openvpn/$lang.zip tar -xv -C res/values-$rlang/ --strip-components 3 -f $lang.zip -- cgit v1.2.3