emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#22686: closed (An empty string marked for translat


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22686: closed (An empty string marked for translation)
Date: Mon, 15 Feb 2016 21:11:02 +0000

Your message dated Mon, 15 Feb 2016 13:10:40 -0800
with message-id <address@hidden>
and subject line Re: bug#22686: An empty string marked for translation
has caused the debbugs.gnu.org bug report #22686,
regarding An empty string marked for translation
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
22686: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22686
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: An empty string marked for translation Date: Mon, 15 Feb 2016 20:10:52 +0100
On line 955 of src/stty.c there is an empty string marked for
translation.

          fputs (_("\
    "), stdout);

This might actually be harmful.  Po files use the translation of the
empty string as a header.  So depending on the gettext implementation,
it might be replaced by a header which I'm sure isn't intended.
(Maybe GNU gettext guards against this, I haven't investigated.  But
even if so, it is still pretty pointless to mark it for translation.)



--- End Message ---
--- Begin Message --- Subject: Re: bug#22686: An empty string marked for translation Date: Mon, 15 Feb 2016 13:10:40 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
On 15/02/16 11:10, Göran Uddeborg wrote:
> On line 955 of src/stty.c there is an empty string marked for
> translation.
> 
>         fputs (_("\
>     "), stdout);
> 
> This might actually be harmful.  Po files use the translation of the
> empty string as a header.  So depending on the gettext implementation,
> it might be replaced by a header which I'm sure isn't intended.
> (Maybe GNU gettext guards against this, I haven't investigated.  But
> even if so, it is still pretty pointless to mark it for translation.)

Ouch it does output the header when translating (so not for English).
I pushed the fix in your name:
http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.25-6-g222e830

thanks!
Pádraig.




--- End Message ---

reply via email to

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