Closed GoogleCodeExporter closed 8 years ago
msgfmt --verbose --statistics returns exactly the same information as does
msgfmt
--statistics on the po files I tried.
How would you need this information and how would you make use of from inside
the ant
script?
If it's just about getting more verbose output when specifying ant -v, it could
be
possible to add the output of msgfmt --statistics to verbose output of ant.
But if it's not part of the build process, it might be just easier looking at
the
information using a few lines of bash:
for i in po/*.po; do echo -n "`basename $i`: "; msgfmt --statistics $i; done
Original comment by berge...@gmail.com
on 21 Dec 2009 at 12:20
Feel free to reopen, if this is still relevant.
Original comment by berge...@gmail.com
on 20 Mar 2010 at 11:01
Original issue reported on code.google.com by
msmak...@gmail.com
on 7 Mar 2009 at 8:37