summaryrefslogtreecommitdiff
path: root/main/misc
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2017-09-16 17:45:17 +0200
committerArne Schwabe <arne@rfc2549.org>2017-11-26 23:51:44 -0500
commitf1c7ca88e48c6e314f3b1c16485fc6506077ffc5 (patch)
tree71b7b718068c98bc791183320ddda8af9a9ec8f7 /main/misc
parentd2ccedd8d4aa3eeac79fb2029056a93b68d8fb45 (diff)
Update translations
Diffstat (limited to 'main/misc')
-rwxr-xr-xmain/misc/fetchtranslations.sh4
-rwxr-xr-xmain/misc/genFAQ.py2
2 files changed, 4 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"
diff --git a/main/misc/genFAQ.py b/main/misc/genFAQ.py
index d69a5e6b..821e9a4c 100755
--- a/main/misc/genFAQ.py
+++ b/main/misc/genFAQ.py
@@ -108,6 +108,8 @@ def getVersionString(ver):
return "4.4 (Kit Kat)"
elif ver == "Build.VERSION_CODES.LOLLIPOP":
return "5.0 (Lollipop)"
+ elif ver == "Build.VERSION_CODES.LOLLIPOP_MR1":
+ return "5.1 (Lollipop MR1)"
else:
return "API " + ver