I've done a translated quixote app and I used _h() for translated html
and _() for non-html.  Technically only _() should be necessary, but
writing lots of

'<p> '
_('blah blah')
'<p> '
_('blah')

gets old fast.

Modifying the pygettext to also get _h('blah') was trivial.
_______________________________________________
Quixote-users mailing list
[email protected]
http://mail.mems-exchange.org/mailman/listinfo/quixote-users

Reply via email to