Re: Fix typo in Vietnamese translation file

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Joshua Shanks <jjshanks(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Fix typo in Vietnamese translation file
Date: 2025-11-02 22:52:12
Message-ID: 177796.1762123932@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2025-11-02 23:21:05 Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Previous Message Tom Lane 2025-11-02 22:48:58 Re: Y2038 BUG