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

Re: Translate printf("Hallo")



On 2 October 2013 00:58, Beco <rcb@beco.cc> wrote:
>> #define _( String ) gettext( String )
>>
>> breaks xgettext
>>
>> Is there any trick to get it working with the define?

Solution:

Use -k_ arg. Example:

$xgettext -k_ -d hallo -s -o hallowelt.pot hallowelt.c

Thanks!
Beco.



-- 
Dr Beco
A.I. researcher

"Sometimes the heart sees what is invisible to the eye." (H. Jackson Brown Jr.)


Reply to: