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 sneetsher
Recipients eric.smith, georg.brandl, sneetsher
Date 2010-04-12.08:38:55
SpamBayes Score 0.014748713
Marked as misclassified No
Message-id <1271061537.44.0.781107934278.issue8359@psf.upfronthosting.co.za>
In-reply-to
Content
Mapping  works too, I don't know how I didn't get it. Thank you Eric.

Ex:
gettext.ngettext("%(package)d package", "%(package)d packages", countInstall) % { 'package': countInstall}

https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/409785/comments/9

Thank you guys, Eric & Georg.
History
Date User Action Args
2010-04-12 08:38:57sneetshersetrecipients: + sneetsher, georg.brandl, eric.smith
2010-04-12 08:38:57sneetshersetmessageid: <1271061537.44.0.781107934278.issue8359@psf.upfronthosting.co.za>
2010-04-12 08:38:55sneetsherlinkissue8359 messages
2010-04-12 08:38:55sneetshercreate