[Mailman-Developers] Localization, a proposal...

David Li david@topware.com.tw
Wed, 27 Jan 1999 23:12:22 +0800


I have a couple suggestions for supporting localization.

1. Add locale setting for mailing list.

2. In the template library, add support for locale in terms of
directory. Thus, the default files for locale C will be under
templates/C and for locale zh_TW.Big5 will be under
templates/zh_TW.Big5.

3. Add support for locale in the in the 'maketext' method of
Mailman/Utils.py, add the search capacity so it search the file first in
the lists/mailinglist, then templates/LOCALE and then templates/C.