Re: NLS in Meson

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: NLS in Meson
Date: 2025-10-02 14:57:44
Message-ID: 202509300530.jnwbfyrdxaah@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-Sep-29, Peter Eisentraut wrote:

> 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.

True, that's a bother. Is this something that we could pester the Meson
people about? Admittedly, our Make support for it is quite weird also,
what with it creating ".po.new" files. That always struck me as odd.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
"You're _really_ hosed if the person doing the hiring doesn't understand
relational systems: you end up with a whole raft of programmers, none of
whom has had a Date with the clue stick." (Andrew Sullivan)
https://postgr.es/m/20050809113420.GD2768@phlogiston.dyndns.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Xuneng Zhou 2025-10-02 15:06:14 Re: Improve read_local_xlog_page_guts by replacing polling with latch-based waiting
Previous Message Alexander Korotkov 2025-10-02 14:49:26 Re: MergeAppend could consider sorting cheapest child path