Fix typo in src/interfaces/libpq/po/zh_CN.po

Started by Zhang Mingliabout 3 years ago5 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.

appliessuccessCI 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:t48307
psql -h localhost -U postgres

Built from patchset v1 (message #1), September 20, 2026 at 05:09 AM.

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 t48307_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 t48307_1 && git checkout t48307_1

Patchset v1 (message #1) is on t48307_1

Jump to latest
#1Zhang Mingli
zmlpostgres@gmail.com

Hi,

The Chinese words there are ok, but the `Unix-domian` should be `Unix-domain`.


Zhang Mingli
HashData https://www.hashdata.xyz

Attachments:

t48307_1
v1-0001-Fix-typo-src-interfaces-libpq-po-zh_CN.po.patchapplication/octet-stream; name=v1-0001-Fix-typo-src-interfaces-libpq-po-zh_CN.po.patch; x-unix-mode=0644Download+1-2
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Zhang Mingli (#1)
Re: Fix typo in src/interfaces/libpq/po/zh_CN.po

On 16.08.23 09:34, Zhang Mingli wrote:

The Chinese words there are ok,  but the `Unix-domian` should be
`Unix-domain`.

fixed, thanks

#3Zhang Mingli
zmlpostgres@gmail.com
In reply to: Peter Eisentraut (#2)
Re: Fix typo in src/interfaces/libpq/po/zh_CN.po

On Aug 16, 2023, at 22:24, Peter Eisentraut <peter@eisentraut.org> wrote:

On 16.08.23 09:34, Zhang Mingli wrote:

The Chinese words there are ok, but the `Unix-domian` should be `Unix-domain`.

fixed, thanks

Hi, Peter, thanks and just want to make sure that it is pushed?

Zhang Mingli
HashData https://www.hashdata.xyz

#4Daniel Gustafsson
daniel@yesql.se
In reply to: Zhang Mingli (#3)
Re: Fix typo in src/interfaces/libpq/po/zh_CN.po

On 19 Aug 2023, at 13:36, Zhang Mingli <zmlpostgres@gmail.com> wrote:

On Aug 16, 2023, at 22:24, Peter Eisentraut <peter@eisentraut.org> wrote:

On 16.08.23 09:34, Zhang Mingli wrote:

The Chinese words there are ok, but the `Unix-domian` should be `Unix-domain`.

fixed, thanks

Hi, Peter, thanks and just want to make sure that it is pushed?

This was fixed by Peter as mentioned upthread, but the translations are
maintained in its own Git repository so the commit is not visible in the main
Git repo. Translations are synced with the main repo before releases. The
commit can be seen here:

https://git.postgresql.org/gitweb/?p=pgtranslation/messages.git;a=commitdiff;h=14391f71ca61e90d52502093447fe1ee0080116f

--
Daniel Gustafsson

#5Zhang Mingli
zmlpostgres@gmail.com
In reply to: Daniel Gustafsson (#4)
Re: Fix typo in src/interfaces/libpq/po/zh_CN.po

This was fixed by Peter as mentioned upthread, but the translations are
maintained in its own Git repository so the commit is not visible in the main
Git repo. Translations are synced with the main repo before releases. The
commit can be seen here:

https://git.postgresql.org/gitweb/?p=pgtranslation/messages.git;a=commitdiff;h=14391f71ca61e90d52502093447fe1ee0080116f

--
Daniel Gustafsson

Thanks, got it~

Zhang Mingli
HashData https://www.hashdata.xyz