Skip to content

Commit

Permalink
fix(translations): Update list of translated branches
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 14, 2024
1 parent 237a796 commit 21b6be6
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 21b6be6

Please sign in to comment.