On Sun, 19 Apr 2020, Sven Schreiber wrote:
Am 19.04.2020 um 01:28 schrieb Allin Cottrell:
> On Sat, 18 Apr 2020, Sven Schreiber wrote:
>
>>
>> OK thanks. And is anything else needed so that translators get this
>> change in their po files?
>
> cd <builddir>/po && make update-po
> cd <source-dir>
> git commit -a
> git push
>
Hmm, OK thanks. But I'm confused about the <builddir>, that's not
something that lives in git?
No, that's wherever you're running configure and make.
Allin