Re: NLS in Meson - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: NLS in Meson
Date
Msg-id 9779e15c-3077-4b8d-bcb9-8caa175ef5bf@eisentraut.org
Whole thread Raw
In response to NLS in Meson  (Álvaro Herrera <alvherre@kurilemu.de>)
Responses Re: NLS in Meson
List pgsql-hackers
On 27.09.25 13:01, Álvaro Herrera wrote:
> While messing around with NLS under Make for commit [1], I noticed in the Ninja manual [2] that apparently calling
thei18n.gettext() function generates a few "hidden" targets -- most notably, things like <module>-update-po and
<module>-pottargets. These would presumably be used to build the POT and update the PO files fresh, using the source
files.

But these targets want to create the pot files in the source directory. 
I never quite understood what workflow they had in mind there, but it 
doesn't seem to match ours.  Might need more research.




pgsql-hackers by date:

Previous
From: Florents Tselai
Date:
Subject: Re: Add jsonb_translate(jsonb, from, to)
Next
From: Jacob Champion
Date:
Subject: Re: test_json_parser/002_inline is kind of slow