Skip to content

Commit

Permalink
Remove minimum-perc when pulling translations from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux committed Jan 14, 2025
1 parent 5c3b483 commit eaa0b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translations_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tar -xvzf tx-linux-amd64.tar.gz
- name: Pull from Transifex
run: ./tx pull -a --minimum-perc=50 --force
run: ./tx pull -a --force

# temporary
- name: Show pulled translation
Expand Down

0 comments on commit eaa0b18

Please sign in to comment.