Patch to reduce the number of messages to translate - Mailing list pgsql-jdbc

From Xavier Poinsard
Subject Patch to reduce the number of messages to translate
Date
Msg-id 41C21526.6060205@free.fr
Whole thread Raw
Responses Re: Patch to reduce the number of messages to translate  (Kris Jurka <books@ejurka.com>)
List 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.

Attachment

pgsql-jdbc by date:

Previous
From: "Xavier Poinsard"
Date:
Subject: Updated french translation
Next
From: Eli Bingham
Date:
Subject: [7.4.6] Escaping strings in text arrays passed through JDBC?