|
Nancy J. Hong |
at May 9, 2005 at 11:56 am
|
⇧ |
| |
Please remove!
-----Original Message-----
From: mailman-users-bounces+nancyjhong=comcast.net at python.org
[mailto:mailman-users-bounces+nancyjhong=comcast.net at python.org]On Behalf Of
Jim Tittsler
Sent: Monday, May 09, 2005 12:45 AM
To: James
Cc: mailman-users at python.org
Subject: Re: [Mailman-Users] Initial list of supported languages.
On May 9, 2005, at 04:21, James wrote:
Is it possible to list only one languge in the "Initial list of
supported languages" in %prefix/mailman/create page?
You can modify the LC_DESCRIPTIONS dictionary in your mm_cfg.py to
just include a single language.
for lc in LC_DESCRIPTIONS.keys():
if lc <> 'en':
del LC_DESCRIPTIONS[lc]