#219 — Email subjects should be translatable

StateResolved
Version: 1.2
AreaUser interface
Issue typePatch
SeverityMedium
Submitted byKevin Deldycke
Submitted onAug 10, 2009
Responsible Maurits van Rees
Target release: 1.2
Return to tracker
Last modified on Aug 31, 2009 by Maurits van Rees
In the same spirit of ticket #209, is it a good idea to allow translation of Poi's email subject ?

Is so, I propose to apply the attached patch to Poi's trunk.
Attached:
poi-email-subject-translation.patch — differences between files, 6Kb
Added byMaurits van ReesonAug 31, 2009 08:53 PM
Issue state: UnconfirmedResolved
Responsible manager: (UNASSIGNED)maurits
Target release: None1.2
Hello Kevin,

Good point. And the patch mostly looks good. I am missing a line where the actual translation is done though; in content/PoiTracker.py I added this line:
subject = ts.translate('Poi', subject, context=self)
where ts is the global translation service.

With that small addition I committed this in r96298. Thanks for the patch!

No responses can be added.