> I'm starting a project that aims at first to internationalize the python
> interpreter, so it could be localized. I want to know if this could be
> considered for the main trunk of python. 

It's not exactly clear what you are proposing, but most likely, the
answer is "no". If you plan to internationalize the keywords and the
names of the library functions, then this can never go into Python.

Translating the doc strings might be ok. However, instead of doing so,
I recommend that you join the project to translate the Python
documentation, at pootle.python.org. This will not only help children,
but any user of the language who isn't very good at the English
language.

Regards,
Martin

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to