Skip to content

Commit

Permalink
fix(l10n): Adjust translated branches
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Nov 6, 2023
1 parent 4f21f1e commit 3c4134e
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='stable25 stable26 stable27 master main'
versions='stable26 stable27 stable28 master main'
if [ -f '/app/.tx/backport' ]; then
versions="$(cat /app/.tx/backport) master main"
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='stable25 stable26 stable27 master'
versions='stable26 stable27 stable28 master'

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

0 comments on commit 3c4134e

Please sign in to comment.