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

From Tom Lane
Subject Re: Fix typo in Vietnamese translation file
Date
Msg-id 177796.1762123932@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fix typo in Vietnamese translation file  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: Fix typo in Vietnamese translation file
Re: Fix typo in Vietnamese translation file
List pgsql-hackers
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’tdone 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: Tom Lane
Date:
Subject: Re: Y2038 BUG
Next
From: Noah Misch
Date:
Subject: Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY