Backport 2.7.6 changelog and release-tool updates

This commit is contained in:
Jonathan White
2023-08-26 07:21:06 -04:00
parent 6f14becb8c
commit 1919c23c09
4 changed files with 61 additions and 11 deletions

View File

@@ -1445,7 +1445,7 @@ i18n() {
elif [ "$cmd" == "tx-pull" ]; then
logInfo "Pulling updated translations from Transifex..."
tx pull -af --minimum-perc=45 --parallel -r "$resource" $@
tx pull -af --minimum-perc=60 -r "$resource" $@
fi
}