diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-10-10 10:39:13 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-10-10 10:39:13 +0200 |
commit | e81132a1eb250e6b657bc970cd4964203bacdaa5 (patch) | |
tree | 1ac7fd5e2c8f248a5cca7a2b4eb8e25442736e82 /fetchtranslations.sh | |
parent | 5ea105c31f8a2916016a168263975ed261800e6d (diff) |
More language fixing
Diffstat (limited to 'fetchtranslations.sh')
-rwxr-xr-x | fetchtranslations.sh | 6 |
1 files changed, 4 insertions, 2 deletions
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 |