Re: problem with plural-forms

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: problem with plural-forms
Дата
Msg-id 1243458409.1383.0.camel@localhost
обсуждение исходный текст
Ответ на Re: problem with plural-forms  (Peter Eisentraut <peter_e@gmx.net>)
Список 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.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: search_path vs extensions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] plpythonu datatype conversion improvements