Fix typo in psql zh_CN.po

Started by jinseralmost 3 years ago4 messageshackers
Beta feature

Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.

won't retrysuccessCI history

You can run a PostgreSQL built from this patch straight from Docker, with no checkout and no build:

docker run --rm -p 5432:5432 ghcr.io/hackorum-dev/postgres-patch:t48574
psql -h localhost -U postgres

Built from patchset v1 (message #1), July 27, 2026 at 01:01 PM.

Every patchset is also pushed to a branch of our PostgreSQL fork, so you can check out the same tree CI built. Without a PostgreSQL checkout:

git clone --branch t48574_1 https://github.com/hackorum-dev/postgres.git

In a checkout you already have, add the fork once:

git remote add hackorum https://github.com/hackorum-dev/postgres.git

then, for this patchset and every later one:

git fetch hackorum t48574_1 && git checkout t48574_1

Patchset v1 (message #1) is on t48574_1

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:

t48574_1
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