summaryrefslogtreecommitdiff
path: root/main/misc/fetchtranslations.sh
diff options
context:
space:
mode:
Diffstat (limited to 'main/misc/fetchtranslations.sh')
-rwxr-xr-xmain/misc/fetchtranslations.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/misc/fetchtranslations.sh b/main/misc/fetchtranslations.sh
index b6589ce9..dc56d48e 100755
--- a/main/misc/fetchtranslations.sh
+++ b/main/misc/fetchtranslations.sh
@@ -5,7 +5,7 @@ if [ "$ICSCROWDAPIKEY" != "" ]
then
echo "Generating new translation archives"
#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"
+ curl "https://api.crowdin.com/api/project/ics-openvpn/export?key=$ICSCROWDAPIKEY"
fi
echo "Fetch translation archive"
@@ -15,7 +15,7 @@ wget -q https://crowdin.com/download/project/ics-openvpn.zip
# Chinese language require zh-CN and zh-TW
typeset -A langhash
-langhash=(zh-CN zh-rCN zh-TW zh-rTW id-ID in ca-ES ca cs-CZ cs et-EE et ja-JP ja ko-KR ko sv-SE sv uk-UA uk vi-VN vi sl-SI sl)
+langhash=(zh-CN zh-rCN zh-TW zh-rTW id-ID in ca-ES ca cs-CZ cs et-EE et ja-JP ja ko-KR ko sv-SE sv uk-UA uk vi-VN vi sl-SI sl da-DK da)
langtoinclude="de es fr hu it no nl pl pt ro ru tr"