| From: | Thom Brown <thom(at)linux(dot)com> |
|---|---|
| To: | pgsql-bugs <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | Incorrect Spanish error message. |
| Date: | 2016-07-11 15:19:19 |
| Message-ID: | CAA-aLv4aVOcPx-_XAog6LbY+NZifFBwo-pbXdDN9t3fwP74W+Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Hi,
I don't know whether this belonged in -bugs or -translators, so I just
picked one.
This seems to affect versions 9.4 onward.
When changing tuples_only to on, the Spanish translation incorrectly shows:
"Mostrar sólo filas está desactivado."
# \pset tuples_only off
Mostrar sólo filas está desactivado.
# \pset tuples_only on
Mostrar sólo filas está desactivado.
It should read:
"Mostrar sólo filas está activado."
I've attached a patch to fix this.
Regards
Thom
| Attachment | Content-Type | Size |
|---|---|---|
| spanish_tuples_only_translation_fix.patch | application/x-patch | 402 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thom Brown | 2016-07-11 15:24:14 | Re: Incorrect Spanish error message. |
| Previous Message | David G. Johnston | 2016-07-11 13:48:24 | Re: BUG #14241: i want to do commit and rollback in one plpgsql block.. |