Re: No LINGUAS file yet for pg_combinebackup

2023-12-26 Thread Peter Eisentraut
On 26.12.23 13:18, Michael Paquier wrote: On Mon, Dec 25, 2023 at 12:48:17PM -0500, Tom Lane wrote: I don't particularly care to see that warning until whenever it is that the translations first get populated. Perhaps we should hack up nls-global.mk to hide the warning, but that might bite some

Re: No LINGUAS file yet for pg_combinebackup

2023-12-26 Thread Michael Paquier
On Mon, Dec 25, 2023 at 12:48:17PM -0500, Tom Lane wrote: > I don't particularly care to see that warning until whenever > it is that the translations first get populated. Perhaps > we should hack up nls-global.mk to hide the warning, but > that might bite somebody someday. I'm inclined to just >

No LINGUAS file yet for pg_combinebackup

2023-12-25 Thread Tom Lane
Since dc2123400, any "make" in src/bin/pg_combinebackup whines cat: ./po/LINGUAS: No such file or directory if you have selected --enable-nls. This is evidently from AVAIL_LANGUAGES := $(shell cat $(srcdir)/po/LINGUAS) I don't particularly care to see that warning until whenever it is that the