mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-11 21:10:48 -04:00
Lower translation pull threshold
This commit is contained in:
parent
acfad54ae3
commit
5239ecc780
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue