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 jhg
Recipients eric.araujo, georg.brandl, jhg
Date 2010-06-12.04:26:43
SpamBayes Score 0.15093364
Marked as misclassified No
Message-id <1276316812.21.0.999944929026.issue8502@psf.upfronthosting.co.za>
In-reply-to
Content
Since the GNU tools work fine I had no reason to look into pygettext.py.
Now I did it anyway...

I added ngettext to the default keywords.
Any function that is keyworded and supplied more than 2 keywords is treated like ngettext.
Also simple constructs like _("foo" + 10*"bar") are now possible.

Patch attached.
History
Date User Action Args
2010-06-12 04:26:54jhgsetrecipients: + jhg, georg.brandl, eric.araujo
2010-06-12 04:26:52jhgsetmessageid: <1276316812.21.0.999944929026.issue8502@psf.upfronthosting.co.za>
2010-06-12 04:26:49jhglinkissue8502 messages
2010-06-12 04:26:48jhgcreate