Bump to version 2.7.6

* Remove obsolete command line flag on transifex tool
This commit is contained in:
Jonathan White 2023-08-14 23:01:01 -04:00
parent 3e6b118267
commit 636d013557
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
5 changed files with 76 additions and 26 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
}