Lower translation pull threshold

This commit is contained in:
Janek Bevendorff
2022-03-21 00:26:23 +01:00
parent acfad54ae3
commit 5239ecc780

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
}