This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author reingart
Recipients ezio.melotti, reingart
Date 2012-10-28.06:57:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351407457.67.0.14897287706.issue16344@psf.upfronthosting.co.za>
In-reply-to
Content
I'm opening this ticket to organize patches for a proposal of a GETTEXT-based message translation for exception/tracebacks as described in:

<http://python.org.ar/pyar/TracebackInternationalizationProposal>

This requires the patch in issue #16343

Attached is a patch for a proof of concept, it includes:

- pyi18n.h: header for Py_GETTEXT macro definition
- Locale/es.po: sample Spanish language messages translation file
- test_i18n.py: basic tests
- errors.c: patched PyErr_SetString(), PyErr_Format()
- traceback.c: patched tb_displayline(), PyTraceBack_Print()
- pythonrun.c: patched _Py_InitializeEx_Private()
- site.py: patched main() and added seti18n()
History
Date User Action Args
2012-10-28 06:57:37reingartsetrecipients: + reingart, ezio.melotti
2012-10-28 06:57:37reingartsetmessageid: <1351407457.67.0.14897287706.issue16344@psf.upfronthosting.co.za>
2012-10-28 06:57:37reingartlinkissue16344 messages
2012-10-28 06:57:37reingartcreate