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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to