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 | 5420d42b057ad6e0d606088fa9e0836824db8b14 (patch) | |
tree | cd4731e905f6497ebae6aaad3ae8c508f49d6da1 /fetchtranslations.sh | |
parent | 8a94d6c21681896f60054c18e2495ef8c53e6f7c (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 |