From d1303e49b39e7f14757c2ddc08132ab7c142da7f Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Wed, 19 Apr 2023 21:45:09 +0200 Subject: [PATCH] Decrease minimum needed translated strings --- .po2tl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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