Re: problem with plural-forms - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Re: problem with plural-forms
Date
Msg-id 1243458409.1383.0.camel@localhost
Whole thread Raw
In response to Re: problem with plural-forms  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Here is output of:

for FILE in `find . -name *.po`;do LC_ALL=C msgfmt -v -o /dev/null $FILE
2>> msgfmt.txt; done

    Zdenek

Peter Eisentraut píše v st 27. 05. 2009 v 23:08 +0300:
> On Monday 25 May 2009 19:11:24 Zdenek Kotala wrote:
> > The problem here is (1 row) instead of (%lu row). When I run msgfmt
> > without -v everything works fine but I think we should fixed it (there
> > are more occurrences of this issue).
>
> I don't think we can find all these occurrences without the Solaris version of
> msgfmt.  So please send a complete error log over all files, or better yet a
> patch.

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: search_path vs extensions
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] plpythonu datatype conversion improvements