From 4bec3b3bee31a1bd88a176f8c1cd5033c970fece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 27 Jun 2011 13:40:12 +0200 Subject: [PATCH] Lower threshold for translations It looks like incomplete translations do attract new translators, so let's include few more. --- scripts/remove-incomplete-mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove-incomplete-mo b/scripts/remove-incomplete-mo index d9e485c1e..ec7d3b3dd 100755 --- a/scripts/remove-incomplete-mo +++ b/scripts/remove-incomplete-mo @@ -8,7 +8,7 @@ set -e # # How many percent needs to be translated # -THRESHOLD=50 +THRESHOLD=40 # # Generated output file