Skip to content

Commit

Permalink
Merge pull request #606 from nextcloud/bugfix/noid/adjust-translated-…
Browse files Browse the repository at this point in the history
…branches
  • Loading branch information
skjnldsv authored Nov 7, 2023
2 parents 4f21f1e + 3c4134e commit a8b954a
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 a8b954a

Please sign in to comment.