Lower translation pull threshold

This commit is contained in:
Janek Bevendorff 2022-03-21 00:26:23 +01:00
parent acfad54ae3
commit 5239ecc780
No known key found for this signature in database
GPG Key ID: 2CF41D2AA8438F99

View File

@ -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
}