Message107625
| 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:54 | jhg | set | recipients: + jhg, georg.brandl, eric.araujo |
| 2010-06-12 04:26:52 | jhg | set | messageid: <1276316812.21.0.999944929026.issue8502@psf.upfronthosting.co.za> |
| 2010-06-12 04:26:49 | jhg | link | issue8502 messages |
| 2010-06-12 04:26:48 | jhg | create | |