From 6899354a4ea993a92dd8a212ed507642507c3be9 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 3 Aug 2015 12:06:33 +0200 Subject: Update translations --- main/misc/fetchtranslations.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main/misc') diff --git a/main/misc/fetchtranslations.sh b/main/misc/fetchtranslations.sh index cbed220f..64b23e0d 100755 --- a/main/misc/fetchtranslations.sh +++ b/main/misc/fetchtranslations.sh @@ -4,11 +4,12 @@ set -o shwordsplit if [ "$ICSCROWDAPIKEY" != "" ] then echo "Generating new translation archives" - fetch -q -1 -o - "http://api.crowdin.net/api/project/ics-openvpn/export?key=$ICSCROWDAPIKEY" + #fetch -q -1 -o - "http://api.crowdin.net/api/project/ics-openvpn/export?key=$ICSCROWDAPIKEY" + curl "http://api.crowdin.net/api/project/ics-openvpn/export?key=$ICSCROWDAPIKEY" fi echo "Fetch translation archive" -fetch -q http://crowdin.net/download/project/ics-openvpn.zip +wget -q http://crowdin.net/download/project/ics-openvpn.zip # Chinese language require zh-CN and zh-TW -- cgit v1.2.3