On 5/8/05, Jim Tittsler wrote:
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
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 toIs it possible to list only one languge in the "Initial list of
supported languages" in %prefix/mailman/create page?
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