diff --git a/.po2tl.sh b/.po2tl.sh index b1fa033..d027425 100755 --- a/.po2tl.sh +++ b/.po2tl.sh @@ -18,7 +18,7 @@ for file in ./translations-*.po; do stats=$(msgfmt --statistics ${file} 2>&1) numdone=$(echo ${stats%* translated*}) - if [[ $numdone -le 5680 ]]; then + if [[ $numdone -le 5400 ]]; then echo -e "\x1B[36mSKIPPING $file since it has less than 5680 strings translated\x1B[0m" continue fi