Patch to reduce the number of messages to translate

Поиск
Список
Период
Сортировка
От Xavier Poinsard
Тема Patch to reduce the number of messages to translate
Дата
Msg-id 41C21526.6060205@free.fr
обсуждение исходный текст
Ответы Re: Patch to reduce the number of messages to translate
Список pgsql-jdbc
The attached patch reduces the number of messages to translate by using
a parameter to regroup similar messages.
For example "Bad short" => "Bad {0}" with "short" as argument.
This way "Bad int" becomes "Bad {0}" we have reduced the number of
messages to translate.

Вложения

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

Предыдущее
От: "Xavier Poinsard"
Дата:
Сообщение: Updated french translation
Следующее
От: Eli Bingham
Дата:
Сообщение: [7.4.6] Escaping strings in text arrays passed through JDBC?