From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | Álvaro Herrera <alvherre(at)kurilemu(dot)de>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: NLS in Meson |
Date: | 2025-09-29 19:24:12 |
Message-ID: | 9779e15c-3077-4b8d-bcb9-8caa175ef5bf@eisentraut.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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 the i18n.gettext() function generates a few "hidden" targets -- most notably, things like <module>-update-po and <module>-pot targets. 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Jacob Champion | 2025-09-29 19:37:06 | Re: test_json_parser/002_inline is kind of slow |
Previous Message | Florents Tselai | 2025-09-29 17:24:34 | Re: Add jsonb_translate(jsonb, from, to) |