Hi,
On Wed, May 03, 2006 at 10:33:45AM +0200, Tadej Ba?a wrote:
Uwe, thanks for fixing the sl translation. Is there a way to check the .po files before I commit?
I use an alias 'checkpo' on the command line which is defined as:
alias checkpo='for i in *.po; do echo -n "$i: " ; msgfmt --statistics $i; done'
Type 'checkpo' in the directory where your *.po files reside and it should throw errors if there are any.
HTH, Uwe.