[Mailman-i18n] Re: new error on the 8859-9 charset

shawn Erdil cerdil@ttnet.net.tr
Wed Nov 6 15:55:50 2002


mm.config.py

OWNERS_CAN_DELETE_THEIR_OWN_LISTS = 1
PUBLIC_ARCHIVE_URL = 'http://%(hostname)s/posts/%(listname)s'
WEB_HEADER_COLOR = '#coceee'                      # Major section headers
WEB_SUBHEADER_COLOR = '#efefef'                   # Minor section headers
#add_language('tr',   _('Turkish'),             'iso-8859-9')
DEFAULT_SERVER_LANGUAGE = 'en'
IMAGE_LOGOS = 'http://www.digitiy.com/icons/'
#DEFAULT_CHARSET = 'iso-8859-1'
#VERBATIM_ENCODING = ['iso-8859-1']
--------------------------------------------------------
defaults.py
........
........
add_language('pt_BR', _('Portuguese (Brazil)'), 'iso-8859-1')
add_language('ru',   _('Russian'),             'koi8-r')
add_language('sv',   _('Swedish'),             'iso-8859-1')
add_language('tr',   _('Turkish'),             'iso-8859-9')
------------------------------------
since adding  the   new  language  line  to  to mm.config.py has  resulted
in  error, like this one,  i  have  added  the tr  lang line  directly  on
the  defaults.py  and it has  worked  fine, till  sending  a message .

thank  you .

shawn








----- Original Message -----
From: "Martin v. Löwis" <loewis@informatik.hu-berlin.de>
To: "shawn Erdil" <cerdil@ttnet.net.tr>
Cc: <mailman-i18n@python.org>
Sent: Wednesday, November 06, 2002 4:15 PM
Subject: Re: new error on the 8859-9 charset


> "shawn   Erdil" <cerdil@ttnet.net.tr> writes:
>
> >     return mm_cfg.LC_DESCRIPTIONS[lang][1]
> > KeyError: tr
>
> I see. Can you please report the exact changes that you made to
> Defaults.py, and to mm_cfg.py?
>
> Regards,
> Martin




More information about the Mailman-i18n mailing list