If I have not misunderstood something, then
wxT("text")    is non translateable text
_("text")      is translateable text

You can read some more about translating in:
https://github.com/KiCad/kicad-source-mirror/blob/master/Documentation/GUI_Translation_HOWTO.pdf

(I think Marco is in the process of converting this document to
asciidoc for our new documentation.) Thanks!

2015-04-22 18:15 GMT+02:00 Jonatas <[email protected]>:
> Hello,
>
> What is the difference between using wxT("text") and _("text") on the source
> code for translation.
>
> What is the recommended for translation text?
>
> Jonatas
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : [email protected]
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to