diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-12-27 13:09:36 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-27 13:09:36 +0100 |
commit | 501b58833bd95950e871e83ca21b34fd72991228 (patch) | |
tree | 10995c85dfd68b03762525674f7c2e72bf4fadd4 /fetchtranslations.sh | |
parent | fd20009b3beca292a9f6722b0760fb11075cb0b8 (diff) |
Remove hebrew for now. My editors don't allow me to fix the format strings and the translation is only 30% of the strings
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 847dd3cd..72b835f0 100755 --- a/fetchtranslations.sh +++ b/fetchtranslations.sh @@ -10,7 +10,7 @@ fi echo "Fetch translation archive" fetch -q http://crowdin.net/download/project/ics-openvpn.zip -langtoinclude="ca cs de es et fr he id it ja ko no nl ru" +langtoinclude="ca cs de es et fr id it ja ko no nl ru" for lang in $langtoinclude do |