Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions translations-desktop/handleDesktopTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ do
git checkout $version

# pull translations
# -a/--all does not include the source file, so this needs to be pulled separately (required for plural forms to work)
tx pull --source --translations --languages en --force nextcloud.client
tx pull -f --minimum-perc=25 -a

rm -rf translations/client_de.ts
Expand Down