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 fmoreau
Recipients fmoreau
Date 2013-12-21.16:15:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387642520.63.0.386289472626.issue20044@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that gettext.install() uses environment variables such as LANGUAGE, to find out which language it should use to find the translation file.

This means that any local settings done by setlocale() previoulsy are ignored.

I don't think it's the case with the C implementation.
History
Date User Action Args
2013-12-21 16:15:20fmoreausetrecipients: + fmoreau
2013-12-21 16:15:20fmoreausetmessageid: <1387642520.63.0.386289472626.issue20044@psf.upfronthosting.co.za>
2013-12-21 16:15:20fmoreaulinkissue20044 messages
2013-12-21 16:15:20fmoreaucreate