bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

if writing "gettext -s 'message'", msginit does not include the message


From: Didier Spaier
Subject: if writing "gettext -s 'message'", msginit does not include the message in the POT file
Date: Tue, 31 Jan 2023 19:49:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.0

Hello,

Using gettext-0.21, language: shell

this line:
gettext "this is a line"
gives in the pot file:
msgid "write:"

But this line:
gettext "this is a line"
only gives a line like
#: <source filename>:<line number>
instead

What do I miss?

I ask as I'd rather avoid, to append a <newline> to the message, to write 
instead :
gettext "this is a line"; echo

Cheers,
Didier



reply via email to

[Prev in Thread] Current Thread [Next in Thread]