Skip to content

Commit 6dbb2a8

Browse files
Merge pull request #713 from nextcloud/translations/noid/branch-off
fix(translations): Translate stable31 and stop stable28
2 parents e88ae62 + 5e07182 commit 6dbb2a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 stable30 stable29 stable28'
35+
versions='main master stable31 stable30 stable29'
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 stable30 stable29 stable28'
25+
versions='master stable31 stable30 stable29'
2626

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

0 commit comments

Comments
 (0)