| From: | Joshua Shanks <jjshanks(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Fix typo in Vietnamese translation file |
| Date: | 2025-11-02 23:30:01 |
| Message-ID: | CAOxqWDcAX19LOzLjTdw=dwp+dOvXhQ3TUPm+kAVQV7qDi=N94Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Thanks for the clarification.
On Sun, Nov 2, 2025 at 2:52 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Chao Li <li(dot)evan(dot)chao(at)gmail(dot)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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2025-11-02 23:49:53 | Re: index prefetching |
| Previous Message | Noah Misch | 2025-11-02 23:21:05 | Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY |