| From: | Thom Brown <thom(at)linux(dot)com> |
|---|---|
| To: | pgsql-bugs <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | Re: Incorrect Spanish error message. |
| Date: | 2016-07-11 15:24:14 |
| Message-ID: | CAA-aLv7PDtAvfnphgGyURhvZUBSWG2C+qph4M3HimLyguf5=Xg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On 11 July 2016 at 16:19, Thom Brown <thom(at)linux(dot)com> wrote:
> 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
>
Apologies for the misleading title. It isn't an error message, just a
notice message to confirm the change in value.
Thom
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Waller | 2016-07-11 16:42:27 | Re: BUG #14237: Terrible performance after accidentally running 'drop index' for index still being created |
| Previous Message | Thom Brown | 2016-07-11 15:19:19 | Incorrect Spanish error message. |