mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 06:49:46 -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
|
elif [ "$cmd" == "tx-pull" ]; then
|
||||||
logInfo "Pulling updated translations from Transifex..."
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user