Fix typo in psql zh_CN.po

Started by jinserover 2 years ago4 messageshackers
Jump to latest
#1jinser
aimer@purejs.icu

Hi,
I found a typo here while using psql. I think this should be a trivial patch.
The typo is that there is an extra `l` before `列出所有事件触发器`.

--
regards,
Jinser Kafak.

Attachments:

0001-Fix-typo-in-psql-zh_CN.po.patchapplication/octet-stream; name=0001-Fix-typo-in-psql-zh_CN.po.patchDownload+1-2
#2Richard Guo
guofenglinux@gmail.com
In reply to: jinser (#1)
Re: Fix typo in psql zh_CN.po

On Wed, Oct 11, 2023 at 4:30 AM jinser <aimer@purejs.icu> wrote:

Hi,
I found a typo here while using psql. I think this should be a trivial
patch.
The typo is that there is an extra `l` before `列出所有事件触发器`.

+1.

Thanks
Richard

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Richard Guo (#2)
Re: Fix typo in psql zh_CN.po

Richard Guo <guofenglinux@gmail.com> writes:

On Wed, Oct 11, 2023 at 4:30 AM jinser <aimer@purejs.icu> wrote:

I found a typo here while using psql. I think this should be a trivial
patch.
The typo is that there is an extra `l` before `列出所有事件触发器`.

+1.

FYI, we have a slightly odd process around this: PG's translated
messages are managed by a different set of people and have a
different authoritative repo. There's enough overlap between
those people and pgsql-hackers that this report will likely be
seen by somebody who can commit into the translations repo.
Ideally however, translation bugs should be reported to
the pgsql-translators mailing list.

regards, tom lane

#4jinser
aimer@purejs.icu
In reply to: Tom Lane (#3)
Re: Fix typo in psql zh_CN.po

Sorry, I missed the pgsql-translators.
Well, I searched for typo patches in pgsql-hackers before, and now that you
reminded me, those were supposed to be source code typos...
I'll send the patch to pgsql-translators :)

Tom Lane <tgl@sss.pgh.pa.us> 于 2023年10月11日周三 10:51写道:

Show quoted text

Richard Guo <guofenglinux@gmail.com> writes:

On Wed, Oct 11, 2023 at 4:30 AM jinser <aimer@purejs.icu> wrote:

I found a typo here while using psql. I think this should be a trivial
patch.
The typo is that there is an extra `l` before `列出所有事件触发器`.

+1.

FYI, we have a slightly odd process around this: PG's translated
messages are managed by a different set of people and have a
different authoritative repo. There's enough overlap between
those people and pgsql-hackers that this report will likely be
seen by somebody who can commit into the translations repo.
Ideally however, translation bugs should be reported to
the pgsql-translators mailing list.

regards, tom lane