Re: elog cleanup

Поиск
Список
Период
Сортировка
От Serguei Mokhov
Тема Re: elog cleanup
Дата
Msg-id 003a01c1b907$c8f518a0$bb6afea9@gunn
обсуждение исходный текст
Ответ на elog cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
----- Original Message -----
From: "Bruce Momjian" <pgman@candle.pha.pa.us>
Sent: Tuesday, February 19, 2002 12:16 AM

...

> ! elog(CRASH, "heap_delete_%sdo: no block", (redo) ? "re" : "un");
> ! elog(CRASH, "heap_delete_%sdo: uninitialized page", (redo) ? "re" : "un");

...

This type of "dynamically constructed" messages is kinda bad for translators,
because the parts one's replacing in the original message could be
translated differently entirely and may not suit in the translations as they do in the originals.
Even if they do, "re" and "un" will never make into the message catalogs, for example.

Maybe it's not so crucial for these specific messages, but for sure won't
work for general type of messages.


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

Предыдущее
От: Yoshinori Ariie
Дата:
Сообщение: Bug-report about pgaccess for kanji-use
Следующее
От: "forth"
Дата:
Сообщение: Updates errors_zh_TW.properties of JDBC driver