Re: [Gimp-docs] make status problem
- From: "Ulf-D. Ehlert" <ulf wogdog site>
- To: gimp-docs-list gnome org
- Subject: Re: [Gimp-docs] make status problem
- Date: Sat, 10 Mar 2012 20:46:24 +0100
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]