comparison po/stats.pl @ 13185:87d9db90bf6e

[gaim-migrate @ 15548] Update to use intltool-update, rather than update.pl committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 08 Feb 2006 20:56:15 +0000
parents 6aa833b18a05
children c9ce13a3d934
comparison
equal deleted inserted replaced
13184:2d68ea9616b3 13185:87d9db90bf6e
41 41
42 @pos = sort @pos; 42 @pos = sort @pos;
43 43
44 $now = `date`; 44 $now = `date`;
45 45
46 system("./update.pl --pot > /dev/null"); 46 system("intltool-update --pot > /dev/null");
47 47
48 $_ = `msgfmt --statistics $PACKAGE.pot -o /dev/null 2>&1`; 48 $_ = `msgfmt --statistics $PACKAGE.pot -o /dev/null 2>&1`;
49 49
50 die "unable to get total: $!" unless (/(\d+) untranslated messages/); 50 die "unable to get total: $!" unless (/(\d+) untranslated messages/);
51 51