Initial list of supported languages.
Is it possible to list only one languge in the "Initial list of supported languages" in %prefix/mailman/create page?
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]
-- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman
Please remove!
-----Original Message----- From: mailman-users-bounces+nancyjhong=comcast.net@python.org [mailto:mailman-users-bounces+nancyjhong=comcast.net@python.org]On Behalf Of Jim Tittsler Sent: Monday, May 09, 2005 12:45 AM To: James Cc: mailman-users@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]
-- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman
Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/nancyjhong%40comcast.ne t
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
At 6:56 AM -0500 2005-05-09, Nancy J. Hong wrote:
Please remove!
If you wish to unsubscribe, please go to the "Unsubscribe" link
at the bottom of every message you receive. It looks like this:
http://mail.python.org/mailman/options/mailman-users/nancyjhong%40comcast.ne...
-- Brad Knowles, <brad@stop.mail-abuse.org>
"Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety."
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
SAGE member since 1995. See <http://www.sage.org/> for more info.
Thanks. That fixed it.
On 5/8/05, Jim Tittsler <jwt@onjapan.net> wrote:
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]
-- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman
participants (4)
-
Brad Knowles
-
James
-
Jim Tittsler
-
Nancy J. Hong