diff options
author | Arne Schwabe <arne@blinkt.de> | 2012-10-08 10:41:20 +0200 |
---|---|---|
committer | Arne Schwabe <arne@blinkt.de> | 2012-10-08 10:41:20 +0200 |
commit | eab710e87e3f4d6d247ec705755e8d3f52fcfa4e (patch) | |
tree | 019d211d1d4e14c2cc46f06dcc7442a2d32f360d /fetchtranslations.sh | |
parent | 5601084b21b2c28f617d5734834809981b101b77 (diff) |
add Hebrew to languages being fetched, fix korean encoding problem
Diffstat (limited to 'fetchtranslations.sh')
-rwxr-xr-x | fetchtranslations.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchtranslations.sh b/fetchtranslations.sh index ec7a25dd..8a994d82 100755 --- a/fetchtranslations.sh +++ b/fetchtranslations.sh @@ -2,7 +2,7 @@ fetch http://crowdin.net/download/project/ics-openvpn.zip -langtoinclude="de cs ko et fr" +langtoinclude="de cs ko et fr he" for lang in $langtoinclude do |