How could I use xgettext with poedit to replace tags like these:

{php}printf(_("You have to pay € %01.2f for this car."), $this->get_template_vars('amount')){/php}

I've renamed my tpl files to .tpl.php but in default form xgettext will only translate string within php tags. I know it should be possible with the parsercommand function in poedit but it lacks documentation on how to do so.

link|improve this question
As workaround: let Smarty convert the templates, and feed xgettext the templates.c/*.php files. – mario Feb 2 '11 at 14:58
Thanks, I already did that. But for this project it's hard to trigger each page to have it cached. – 1299 Feb 2 '11 at 16:04
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.