kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #18015
Re: Translations
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 <jonatas.eletrica@xxxxxxxxx>:
> 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 : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References