← Back to team overview

kicad-doc-devs team mailing list archive

Re: Keyword "_T" for translations?

 

On 8/31/2016 3:38 PM, Carsten Schoenert wrote:
> Hello Wayne,
> 
> Am 31.08.2016 um 21:17 schrieb Wayne Stambaugh:
>> These should be _( "" ) not _T( "" ).  Looks like someone used the
>> incorrect translation macros.  The exception is the wxASSERT_MSG string.
>>  Debug macro strings should not be translated.  I don't think the
>> wxPyConvertSwigPtr() string should be translated either.
> 
> thanks for clarification.
> 
> I'll add the _T keyword locally to PoEdit now to catch these few strings
> too. Maybe some check can find those old keywords and gives some warning
> output.
> 

Thanks Carsten.  When I get a chance, I will correct these issues in code.

Cheers,

Wayne


References