Comment 1 for bug 266249

Revision history for this message
Tokio Kikuchi (tkikuchi) wrote :

Add your language in mm_cfg.py like so:

def _(s):
    return s
add_language('el', _('Greek'), 'iso-8859-7')
del _

and restart mailman. Then configure your list language as
'Greek.'

Hope it helps.