Need a translation toolbox that supports msgctxt

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

+3
source share
3 answers

Great news: PoEdit 1.5.5 now supports msgctxt! The key to setting it right is setting up your keyword sources in the properties of your directory. For _x and _ex, it should look like this: "_x: 1,2c" and "_ex: 1,2c". More details here: http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/

+2
source

you can use PoEditor.com, it supports msgctxt!

Hi

+1
source

, , Automattic GlotPress?

- , Subversion, .

0

All Articles