On Sat, Mar 10, 2012 at 02:45:59PM +0100, Marco Ciampa wrote: > $msgfmt --statistics po/it/concepts.po >/dev/null > 982 messaggi tradotti. > > (no error) > > msgfmt --check po/it/concepts.po > > (no message = no error) > > make status-it > [SRC] src/preface/authors.xml > Cleaning up 'it' po files ... > ERROR matching msgfmt output 'po/it/appendix.po 216107 679 messaggi tradotti. > ' > make: *** [po-status-it] Errore 29 Then try it with all po files you have edited -- or even with all po files: find po/it -type f | \ while read f; do echo $f `msgfmt --check $f`; done Ulf -- Wer über den Berg ist - geht abwärts. -- Karlheinz Deschner _______________________________________________ gimp-docs-list mailing list gimp-docs-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gimp-docs-list