Patch to reduce the number of messages to translate

From: "Xavier Poinsard" <xpoinsard(at)free(dot)fr>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Patch to reduce the number of messages to translate
Date: 2004-12-16 23:07:18
Message-ID: 41C21526.6060205@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
ReduceMessagespatch.txt.gz application/x-gzip 1.6 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Eli Bingham 2004-12-17 02:35:23 [7.4.6] Escaping strings in text arrays passed through JDBC?
Previous Message Kris Jurka 2004-12-16 19:17:32 Re: Postgresql installation Errors