Hello everybody! I and some other people are working for adding interlingua (http://www.interlingua.com) support to Mailman. We have added a directory messages/ia/LC_MESSAGES and are currently translating the mailman.po file. And we are translating the templates, too. Is there any other thing that should be done? I guess that some programmer will have to add interlingua to the list of Mailman's known languages; will this happen as we send you the final files, or should I inform someone some time before? Thank you very much for your support and for this beautiful piece of software! Ciao! -- Saluti, Mardy http://interlingua.altervista.org ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it
Hi, (funny this message reached me three weeks delay) Alberto Mardegan wrote:
Hello everybody! I and some other people are working for adding interlingua (http://www.interlingua.com) support to Mailman. We have added a directory messages/ia/LC_MESSAGES and are currently translating the mailman.po file. And we are translating the templates, too. Is there any other thing that should be done? I guess that some programmer will have to add interlingua to the list of Mailman's known languages; will this happen as we send you the final files, or should I inform someone some time before?
You have to put your language definition in mm_cfg.py like: def _(s): return s add_language('ia', _('Interlingua'), 'us-ascii') del _ Note that you may want to define your character set other than the 'us-ascii' if you use accent characters. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/
Hi, For my Khmer language, I added it in the file Defaults.py not in mm_cfg.py ---------- add_language('km', _('Khmer'), 'utf-8') ---------- and my language can show in MailMan web interface. If I am wrong please correct me Pisey On Wed, 2005-08-24 at 08:36 +0900, Tokio Kikuchi wrote:
Hi, (funny this message reached me three weeks delay)
Alberto Mardegan wrote:
Hello everybody! I and some other people are working for adding interlingua (http://www.interlingua.com) support to Mailman. We have added a directory messages/ia/LC_MESSAGES and are currently translating the mailman.po file. And we are translating the templates, too. Is there any other thing that should be done? I guess that some programmer will have to add interlingua to the list of Mailman's known languages; will this happen as we send you the final files, or should I inform someone some time before?
You have to put your language definition in mm_cfg.py like:
def _(s): return s add_language('ia', _('Interlingua'), 'us-ascii') del _
Note that you may want to define your character set other than the 'us-ascii' if you use accent characters.
-- Mr. ONG Pisey OFIX System Administrator Open Forum of Cambodia House 245, Street 51 P.O.Box 177 Phnom Penh, Cambodia Tel: +855-23-360345 Fax: +855-23-360345 Email: sey@of.forum.org.kh Web: www.forum.org.kh Please note that the above message may contain confidential information. 1. It is only intended for the person to whom this mail is addressed in the To: and CC: options. 2. This mail including attachment may not be redistributed/edited for business profit or any purpose without the permission from the owner. Whoever is not listed as a recipient must not view this message, or delete it from storage. The sender does not accept any liability of errors or omissions in the context of this message due to Internet transmission. Your understanding is appreciated.
On 2005-08-24 11:57, Ong Pisey wrote:
For my Khmer language, I added it in the file Defaults.py not in mm_cfg.py
As a user, it is best to change mm_cfg.py, which overrides the settings in Defaults.py. This allows your changes to continue to be recognized after a Mailman update (if your translation hasn't been formally adopted by then :-). -- 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)
-
Alberto Mardegan
-
Jim Tittsler
-
Ong Pisey
-
Tokio Kikuchi