BUG #2029: Error descriptions appear untranslated

From: "Antonio" <psql(at)msux(dot)cjb(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2029: Error descriptions appear untranslated
Date: 2005-11-08 17:15:10
Message-ID: 20051108171510.9A11AF0D7D@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2029
Logged by: Antonio
Email address: psql(at)msux(dot)cjb(dot)net
PostgreSQL version: 8.1
Operating system: windows
Description: Error descriptions appear untranslated
Details:

Problem:
- Using Access 2000 connected via psqlODBC 08.01.0100 to PostgreSQL 8.1 for
windows, when errors appeared to the user in Access, they did it in English.
For example one error message that warned you that another row had the same
id.

Expected results:
- The error message should be in Spanish, as that was the specified in
"Locale" when installing PostgreSQL.

Additional installation details:
- Also, when installing PostgreSQL, the selected "Encoding" was 1252.
- Later, it was tried uninstalling it and installing it with the selected
"Encoding" LATIN9, but the results were the same.

Additional coments:
- In the postgresql.conf of the server, the installation program put:
lc_messages = 'Spanish_Spain.1252'
But we changed this line to
lc_messages = 'es_ES.1252'
And it worked! Error messages to the user were in Spanish language (warning
him that the primary key value can not be repeated, and so on).

I'm available to do whatever tryings are needed.

Keep up the good work. Thanks for it all!

Browse pgsql-bugs by date

  From Date Subject
Next Message shenanigans 2005-11-08 21:59:37 Roomity.com v 1.5 is a web 2.01
Previous Message Cristiano Ansaloni 2005-11-08 15:35:01 Psql odbc driver version 8.01.01.00 doesn't remember "Cache size" option if it is set to 0 (to set "unlimited").