summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-10-10 19:21:14 +0200
committerAleksander Machniak <alec@alec.pl>2013-10-10 19:21:14 +0200
commit4136174517d426dcec74304ce004b4c845f075f5 (patch)
tree0dacb02a42c09463fab55e77949492d7be7383d8 /bin
parent63573c931224d9496ab92027e94543dd9f7d9d36 (diff)
Clean up translations once again, this time remove untranslated strings for all langs
Diffstat (limited to 'bin')
-rwxr-xr-xbin/transifexpull.sh2
1 files changed, 1 insertions, 1 deletions
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
}