Mercurial > pidgin
changeset 24230:f79b6c9b82a5
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
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 16 Oct 2008 07:58:41 +0000 |
parents | e93ca60b97dc |
children | 8feb0b33e8d5 |
files | po/stats.pl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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