mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-23 22:39:43 -05:00
Lower translation pull threshold
This commit is contained in:
parent
acfad54ae3
commit
5239ecc780
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user