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:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2022-11-04 19:38:18 +0300
committerGitHub <noreply@github.com>2022-11-04 19:38:18 +0300
commitfa78476eb6008df8fd5b45fa46acb24886bf1527 (patch)
tree76f16cbe37225271296260ba177978141caf1f3b
parent104d850fe444f453d00085f51aa566eaf41ce1ec (diff)
Adapted supported versions
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
-rwxr-xr-xtranslations-app/handleAppTranslations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/translations-app/handleAppTranslations.sh b/translations-app/handleAppTranslations.sh
index 5a0a94f..983a969 100755
--- a/translations-app/handleAppTranslations.sh
+++ b/translations-app/handleAppTranslations.sh
@@ -27,7 +27,7 @@ fi
# TODO use build/l10nParseAppInfo.php to fetch app names for l10n
-versions='stable22 stable23 stable24 master main'
+versions='stable23 stable24 stable25 master main'
if [ -f '/app/.tx/backport' ]; then
versions="$(cat /app/.tx/backport) master main"
fi