Wordpress 3.1 has recently appeared with many new features, and as I see it, there is a big change in translation support. The GNU context function Gettext ( msgctxt ) is now used a lot in Wordpress code, some e () and _ () are replaced by _x () and _ex (). And ... it causes problems for me.
I use PoEdit to edit translations for Wordpress, but it currently does not support msgctxt. I know how to manually edit the .po file to translate a line using msgctxt, but this is hard work. And the big problem is that when I use the PoEdit update button, all my hard work ... go away, the things that I changed by manually editing the .po file go away!
So now I come here to ask you if you know any translation tools (like PoEdit) that supports GNU gettext msgctxt ? Please say thank you very much for your help: D
source
share