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 | 8088ee7f1a9bd0c506f9918eee37bfec3f411a4d (patch) | |
tree | 663cc4df0ca68cade86050eb6849927f0cdb3a7a /fetchtranslations.sh | |
parent | 7d81967c2b42486fbecde1e2a7acd39716691d1a (diff) |
Fetch translations from crowdin.netv0.5.23
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 |