make life easier for translators

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема make life easier for translators
Дата
Msg-id Pine.LNX.4.44.0208281730500.27552-200000@zigo.dhs.org
обсуждение исходный текст
Ответы Re: make life easier for translators  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
This patch breaks up the long, long usage text in pg_dump and pg_restore.

Every time someone changes something in this big string a translator (for
each language) have to read through it and try to figure out what it is
that differs now from the old translation.

It's much better to split it up to one string per option (and other utils
in postgresql do that).

I also replaced gettext() with _(). I didn't find any policy saying what
is the prefered way, and both _() and gettext() are used in other files. I
changed to _() since that is what most other programs use.

--
/Dennis

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] pg_attribute.attisinherited ?
Следующее
От: Bruno Wolff III
Дата:
Сообщение: contrib/cube patches