Skip to content

Commit

Permalink
fix: require minimim percentage to pull translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Oct 22, 2020
1 parent 6a8191b commit 7cbf323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Transifex Client
run: sudo pip install transifex-client
- name: Pull translations from Transifex
run: tx pull -a
run: tx pull -a --minimum-perc=25
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
- name: Install xgettext
Expand Down

0 comments on commit 7cbf323

Please sign in to comment.