Re: Fix typo in Vietnamese translation file - Mailing list pgsql-hackers

From Joshua Shanks
Subject Re: Fix typo in Vietnamese translation file
Date
Msg-id CAOxqWDcAX19LOzLjTdw=dwp+dOvXhQ3TUPm+kAVQV7qDi=N94Q@mail.gmail.com
Whole thread Raw
In response to Re: Fix typo in Vietnamese translation file  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Thanks for the clarification.

On Sun, Nov 2, 2025 at 2:52 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
Chao Li <li.evan.chao@gmail.com> writes:
> Looks like the po file has been out of date, the msgid string cannot be found in the source file.

Yeah, I was surprised not to see a fuzz marker there.  Apparently
that file hasn't been touched in awhile.

> Instead of manually updating the po file, I guess some build process (make) could be done to sync the po files, but I haven’t done that before. Other folks may provide more info.

Indeed, a manual commit of this would be pointless.  The master copies
of our .po files are kept in a different git repo that is run by the
pgsql-translation mailing list (and synced to the main project repo
roughly once per release).  You'd need to report this there to get
anything productive done about it.

                        regards, tom lane

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Next
From: Peter Geoghegan
Date:
Subject: Re: index prefetching