# HG changeset patch # User Mark Doliner # Date 1224143921 0 # Node ID f79b6c9b82a58c715e39c31554b049ed84315d23 # Parent e93ca60b97dcae5a9fba7caaef11c9a038a8e851 Pass --no-location to msgmerge when generating the stats at http://developer.pidgin.im/ so that the .po files don't contain line numbers are therefore show fewer spurious changes diff -r e93ca60b97dc -r f79b6c9b82a5 po/stats.pl --- a/po/stats.pl Sun Oct 12 22:02:07 2008 +0000 +++ b/po/stats.pl Thu Oct 16 07:58:41 2008 +0000 @@ -63,7 +63,7 @@ $trans = $fuzz = $untrans = 0; $po = $pos[$index]; print STDERR "$po..." if($ARGV[0] eq '-v'); - system("msgmerge -U $po.po $PACKAGE.pot 2>/dev/null"); + system("msgmerge --no-location -U $po.po $PACKAGE.pot 2>/dev/null"); if (($? & 127) == 2) { printf STDERR "Caught keyboard interrupt--exiting\n"; exit