From f1c7ca88e48c6e314f3b1c16485fc6506077ffc5 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sat, 16 Sep 2017 17:45:17 +0200 Subject: Update translations --- main/misc/fetchtranslations.sh | 4 ++-- main/misc/genFAQ.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'main/misc') 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 -- cgit v1.2.3