On Thu, May 19, 2022 at 2:11 PM Sven Schreiber <svetosch(a)gmx.net> wrote:
Am 18.05.2022 um 16:01 schrieb Sven Schreiber:
> Hi, a trivial listing here, not only in the regls context:
OK, I just pushed these (and another) changes to git master. I'm fairly
confident I didn't break anything, but haven't formally tested yet. (I
know, it should be the other way around...)
Below is the diff of what I did, in case you see anything dramatic right
away.
Your changes look fine.
But a follow-up question: Do I remember correctly that something
else
needs to be done such that these strings propagate to the .po files
where translators such as myself then can process them? I'm sure I've
asked this before, sorry for that.
Having updated the translation markings in the C sources, you then
have to propagate the changes to gretl.pot and the various .po files.
That's done via the command
make update-po
in the po subdirectory of your gretl build tree. Then commit and push
the resulting changes in the source tree.
Allin