Skip to content

Commit 461c551

Browse files
Merge pull request #650 from nextcloud/bugfix/noid/branch-off-stable30
fix(translations): Update list of translated branches
2 parents 237a796 + 21b6be6 commit 461c551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

translations-app/handleAppTranslations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fi
3232

3333
# TODO use build/l10nParseAppInfo.php to fetch app names for l10n
3434

35-
versions='main master stable29 stable28 stable27'
35+
versions='main master stable30 stable29 stable28'
3636
if [ -f '/app/.tx/backport' ]; then
3737
versions="main master $(cat /app/.tx/backport)"
3838
fi

translations/handleTranslations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd -
2222

2323
# TODO use build/l10nParseAppInfo.php to fetch app names for l10n
2424

25-
versions='master stable29 stable28 stable27'
25+
versions='master stable30 stable29 stable28'
2626

2727
# build POT files for all versions
2828
mkdir stable-templates

0 commit comments

Comments
 (0)