[Mailman-Users] Turn off Display of Additional Languages

Mark Sapiro mark at msapiro.net
Thu Feb 5 21:28:31 CET 2009


Paul E Virgo - ISG wrote:
>
>Was wondering if there is a way to turn off the display of additional 
>language choices within Mailman?
>Is this something that can be done via mm_cfg.py? Thanks.


You can remove a specific language with language code xx by putting the
following in mm_cfg.py.

del LC_DESCRIPTIONS['xx']

You can repeat that to remove multiple languages.

You can remove all languages except English by putting the following in
mm_cfg.py.


LC_DESCRIPTIONS.clear()
add_language('en', 'English (USA)', 'us-ascii', 'ltr')

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list