Skip to content

Commit

Permalink
Lower translation pull threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Mar 20, 2022
1 parent acfad54 commit 5239ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-tool
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ i18n() {

elif [ "$cmd" == "tx-pull" ]; then
logInfo "Pulling updated translations from Transifex..."
tx pull -af --minimum-perc=60 --parallel -r "$resource" $@
tx pull -af --minimum-perc=45 --parallel -r "$resource" $@
fi
}

Expand Down

0 comments on commit 5239ecc

Please sign in to comment.