Skip to content

Commit

Permalink
Merge pull request #650 from nextcloud/bugfix/noid/branch-off-stable30
Browse files Browse the repository at this point in the history
fix(translations): Update list of translated branches
  • Loading branch information
nickvergessen authored Aug 14, 2024
2 parents 237a796 + 21b6be6 commit 461c551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion translations-app/handleAppTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi

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

versions='main master stable29 stable28 stable27'
versions='main master stable30 stable29 stable28'
if [ -f '/app/.tx/backport' ]; then
versions="main master $(cat /app/.tx/backport)"
fi
Expand Down
2 changes: 1 addition & 1 deletion translations/handleTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd -

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

versions='master stable29 stable28 stable27'
versions='master stable30 stable29 stable28'

# build POT files for all versions
mkdir stable-templates
Expand Down

0 comments on commit 461c551

Please sign in to comment.