public inbox for [email protected]
help / color / mirror / Atom feedFrom: Álvaro Herrera <[email protected]>
To: Jonathan Gonzalez V. <[email protected]>
Cc: Pg Hackers <[email protected]>
Subject: Re: splitting pg_resetwal output strings
Date: Sun, 24 May 2026 13:35:59 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
Hi,
On 2026-May-24, Jonathan Gonzalez V. wrote:
> On a second round a notice these two strings:
>
> + char *str = "First log segment after reset";
> + thislen = internal_wcswidth(_(str), strlen(_(str)),
> encoding);
> + if (thislen > maxlen)
>
> and [...]
> Are never catch by the `make update-po` command, instead, the strings
> are there in the `.po.new` file commented.
>
> Should we put them between `_()`? or is expected that it's being catch
> by the second line with the `_()` ?
Hmm, yeah, they need to be wrapped in gettext_noop() so that they are
not immediately translated (because that will be done by the _() call in
the other lines) but are picked up by msgmerge. (I think the second one
you reference is "NextXID epoch" but it was victim of a copy-paste
failure.)
Thanks again for looking,
--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: splitting pg_resetwal output strings
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox