Re: problem with plural-forms

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: problem with plural-forms
Date: 2009-05-27 21:06:49
Message-ID: 1243458409.1383.0.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
msgfmt.txt text/plain 53.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-05-27 21:07:27 Re: [PATCH] plpythonu datatype conversion improvements
Previous Message Tom Lane 2009-05-27 21:04:10 Re: search_path vs extensions