On Sat, 01 Aug 2015 18:42:52 +0200, jp charras wrote: > There is a doc for I18n. See > http://docs.wxwidgets.org/3.0/overview_i18n.html > not specific to gettext.
OK read the docs. wx wrapped the gettext API (or maybe only uses the file format), so not everything is available. The final word is given by wxGetTranslation(...): it only supports the standard (fixed) and the 'simple plural' (i.e. with n == 1 and n != 1) forms, nothing else. So no contexts, period. -- Lorenzo Marcantonio Logos Srl _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

