durusmail: quixote-users: Re: ptl and _('') for internationalization
ptl and _('') for internationalization
2005-09-05
Re: ptl and _('') for internationalization
2005-09-07
Re: ptl and _('') for internationalization
Evan Laforge
2005-09-07
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

'

' _('blah blah') '

' _('blah') gets old fast. Modifying the pygettext to also get _h('blah') was trivial.

reply