Fix typo in psql zh_CN.po
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
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
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
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