diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-11-20 22:18:08 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-11-20 22:18:08 +0100 |
commit | 6ce08aeed7c84eccc0baf79da1e19ea538119199 (patch) | |
tree | a1fb6385dae45f04b5a375cfa55bd911c0d67279 /fetchtranslations.sh | |
parent | 29359503838756c0284b321dac24e0feeb84d056 (diff) |
Add script to generate FAQ in the google CODE project.
Diffstat (limited to 'fetchtranslations.sh')
-rwxr-xr-x | fetchtranslations.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fetchtranslations.sh b/fetchtranslations.sh index ff265954..98f63801 100755 --- a/fetchtranslations.sh +++ b/fetchtranslations.sh @@ -19,11 +19,14 @@ done # Chinese language require zh-CN and zh-TW -for lang in "zh-CN" +for lang in zh-CN zh-TW do if [ $lang = "zh-CN" ] ; then rlang="zh-rCN" + elif [ $lang = "zh-TW" ] ; then + rlang="zh-rTW" 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 |