Message106121
While we're waiting for this patch to be upstreamed, what's the best way to emulate this functionality with the current gettext module?
I'm looking at the patch and it seems that code similar to this might work?
def pgettext(ctx, msg):
return gettext(ctx + "\x04" + msg) |
|
Date |
User |
Action |
Args |
2010-05-20 00:07:19 | bernie | set | recipients:
+ bernie, loewis, cito, bronger, genepi, franz_glasner, dwayne, AndrewZiem, dns, mitar, nh2, clouserw, Flimm, olivier-berten |
2010-05-20 00:07:18 | bernie | set | messageid: <1274314038.23.0.698290210185.issue2504@psf.upfronthosting.co.za> |
2010-05-20 00:07:17 | bernie | link | issue2504 messages |
2010-05-20 00:07:16 | bernie | create | |
|