Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-09-18 21:42:23 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-09-18 21:42:23 +0300
commitae8d5bc46cd017dcb56d0f28c01cc7976fc56f06 (patch)
tree428545c22eb9dff08db857f4999492d382935b8a
parent2a1ff1bd0b933c19bec8341afc58cc88080922cb (diff)
Add new stable20 branch to translation tooltranslations-app-39translations-58
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rwxr-xr-xtranslations/handleAppTranslations.sh2
-rwxr-xr-xtranslations/handleTranslations.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/translations/handleAppTranslations.sh b/translations/handleAppTranslations.sh
index a90663e..e77eb3f 100755
--- a/translations/handleAppTranslations.sh
+++ b/translations/handleAppTranslations.sh
@@ -13,7 +13,7 @@ git clone git@github.com:$1/$2 /app
# TODO use build/l10nParseAppInfo.php to fetch app names for l10n
-versions='stable17 stable18 stable19 master'
+versions='stable17 stable18 stable19 stable20 master'
# build POT files for all versions
mkdir stable-templates
diff --git a/translations/handleTranslations.sh b/translations/handleTranslations.sh
index ce026b9..3d9208f 100755
--- a/translations/handleTranslations.sh
+++ b/translations/handleTranslations.sh
@@ -13,7 +13,7 @@ git clone git@github.com:nextcloud/server /app
# TODO use build/l10nParseAppInfo.php to fetch app names for l10n
-versions='stable17 stable18 stable19 master'
+versions='stable17 stable18 stable19 stable20 master'
# build POT files for all versions
mkdir stable-templates