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 | 9634fb1ab9b6ac504158ac732e0d717742370fc7 (patch) | |
tree | 8a0d8ff98df3b5fa71cef3cb5acbc6f5b21aa295 /fetchtranslations.sh | |
parent | 9bb9d0bc7a230889fe10426c3cad509f34874f6e (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 |