Re: Patch to reduce the number of messages to translate

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Xavier Poinsard <xpoinsard(at)free(dot)fr>
Cc: Kris Jurka <books(at)ejurka(dot)com>, pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Patch to reduce the number of messages to translate
Date: 2004-12-20 18:43:25
Message-ID: 200412201943.25017.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Xavier Poinsard wrote:
> As you can see, the new parameters have all the same gender : they
> are all java type names or encodings.

What makes you think that all Java type names have the same gender in
all languages?

You could rephrase the messages like this:

invalid input value for type "{0}": {1}

Then there should be no problem.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Xavier Poinsard 2004-12-21 13:27:27 Re: Patch to reduce the number of messages to translate
Previous Message Tom Lane 2004-12-20 18:15:29 Re: Bug in JDBC-Driver?