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 mariedam
Recipients Todd.Rovito, ezio.melotti, mariedam, ned.deily, olberger, pitrou, roger.serwy, terry.reedy
Date 2013-04-21.09:54:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366538072.32.0.490408104134.issue17776@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new patch featuring:
_ a setting to disable idle i18n
_ a documentation

Things needed:
_ taking into account Windows (where IDLE is mainly used)
_ a much in-depth translation of the interface: Context-menu, dialogs, ...
_ unit-testing it

To test it by yourself without touching your /usr/share/local you can modify the binddomain() (in i18n.py) to another dir:
Like " gettext.bindtextdomain('idlelib',"/home/you/your_trans_dir/") "

And put in this dir the "en" dir in the tar file.

The .mo generation is explained in the module documentation.

So, here is a tar archive with:
_ a screenshot of the patch in action
_ the patch
_ the trans dir to try it by yourself
_ the .po file (thanks to Olivier Berger)
History
Date User Action Args
2013-04-21 09:54:32mariedamsetrecipients: + mariedam, terry.reedy, pitrou, ned.deily, ezio.melotti, roger.serwy, Todd.Rovito, olberger
2013-04-21 09:54:32mariedamsetmessageid: <1366538072.32.0.490408104134.issue17776@psf.upfronthosting.co.za>
2013-04-21 09:54:32mariedamlinkissue17776 messages
2013-04-21 09:54:31mariedamcreate