Re: [COMMITTERS] pgsql: Fix some translator comments so that xgettext finds them and

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [COMMITTERS] pgsql: Fix some translator comments so that xgettext finds them and
Дата
Msg-id 200611282246.22213.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Fix some translator comments so that  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [COMMITTERS] pgsql: Fix some translator comments so that  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> I looked at the first URL diff.  How is the pgindent output poor?

xgettext extracts comments if the first token of the comment is the tag 
we choose ("translator").  But if the comment is formatted like

/** translator: first %s is name of a SQL* construct, eg ORDER BY*/

then the first token of the comment is actually the second "*", so 
xgettext doesn't take it.

So we'd need a way for those comments to not be formatted that way.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Ron Mayer
Дата:
Сообщение: Re: Double entries in log for page slots in beta3
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Double entries in log for page slots in beta3