diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-10-06 19:50:35 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-10-06 19:50:35 +0200 |
commit | bd7342cf01fadb9c44601b783b10e6fcbbb5a91b (patch) | |
tree | 147671a9806f48ba194ed48f19bd249ecee51e21 /fetchtranslations.sh | |
parent | 5f367d4f55fe491264ce6b25714a13464023005c (diff) |
Fetch translations from crowdin.net
Diffstat (limited to 'fetchtranslations.sh')
-rwxr-xr-x | fetchtranslations.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fetchtranslations.sh b/fetchtranslations.sh new file mode 100755 index 00000000..ec7a25dd --- /dev/null +++ b/fetchtranslations.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +fetch http://crowdin.net/download/project/ics-openvpn.zip + +langtoinclude="de cs ko et fr" + +for lang in $langtoinclude +do + tar xfv ics-openvpn.zip /res/values-$lang/ +done
\ No newline at end of file |