diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-10-29 13:02:07 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-10-29 13:02:07 +0100 |
commit | 464f50029ef03e1a81d5878d95f333bca7439291 (patch) | |
tree | cf31df9e9bfd210a40b598927e704ab317565aec /main/misc/fetchtranslations.sh | |
parent | 93f2dda5c237d14c6ec02379f729b7da02f3817c (diff) |
Update translations
Diffstat (limited to 'main/misc/fetchtranslations.sh')
-rwxr-xr-x | main/misc/fetchtranslations.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/misc/fetchtranslations.sh b/main/misc/fetchtranslations.sh index 359c1966..356748d6 100755 --- a/main/misc/fetchtranslations.sh +++ b/main/misc/fetchtranslations.sh @@ -8,7 +8,7 @@ then fi echo "Fetch translation archive" -#fetch -q http://crowdin.net/download/project/ics-openvpn.zip +fetch -q http://crowdin.net/download/project/ics-openvpn.zip # Chinese language require zh-CN and zh-TW @@ -29,7 +29,8 @@ do fi mkdir -p src/main/res/values-$rlang/ + echo "$alang -> $rlang" tar -xv -C src/main/res/values-$rlang/ --strip-components 2 -f ics-openvpn.zip res/values-$alang/ done -#rm ics-openvpn.zip +rm ics-openvpn.zip |