bug-coreutils
[Top][All Lists]
Advanced

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

Re: Comment not extracted to po file


From: Pádraig Brady
Subject: Re: Comment not extracted to po file
Date: Tue, 24 Feb 2009 09:58:52 +0000
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

Pádraig Brady wrote:
> Göran Uddeborg wrote:
>> In coreutils 7.1, in src/system.h, there is this nicely commented
>> piece of code:
>>
>>   /* TRANSLATORS: Replace LANG_CODE in this URL with your language code
>>      <http://translationproject.org/team/LANG_CODE.html> to form one of
>>      the URLs at http://translationproject.org/team/.  Otherwise, replace
>>      the entire URL with your translation team's email address.  */
>>   if (hard_locale (LC_MESSAGES))
>>     printf (_("Report %s translation bugs to "
>>            "<http://translationproject.org/team/>\n"),
>>          last_component (program_name));
>>
>> Unfortunately, the comment is not picked up by xgettext, apparently
>> because it is before the "if" line.  If you would move the comment
>> below that line, your nice message would be included in the po files
>> immediately available for all us translators! :-)
> 
> How about the attached.
> I haven't tested it as I'm afraid it'll spin my CPU for hours.

OK did a quick test and it seems to work.
I'll push it in the next couple of hours unless there are objections.

thanks,
Pádraig.




reply via email to

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