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.