From 4136174517d426dcec74304ce004b4c845f075f5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 10 Oct 2013 19:21:14 +0200 Subject: Clean up translations once again, this time remove untranslated strings for all langs --- bin/transifexpull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/transifexpull.sh b/bin/transifexpull.sh index 8cd99f4f2..ce25f6fc1 100755 --- a/bin/transifexpull.sh +++ b/bin/transifexpull.sh @@ -22,7 +22,7 @@ do_clean() # remove (one-line) comments perl -pi -e "s/^\\/\\/.*//" $1 # remove empty lines (but not in file header) - perl -ne 'print if ($. < 21 || length($_) > 1)' $1 > $1.tmp + perl -ne 'print if ($. < 18 || length($_) > 1)' $1 > $1.tmp mv $1.tmp $1 } -- cgit v1.2.3