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 gruszczy
Recipients eric.araujo, gruszczy, richlowe
Date 2011-03-01.22:27:49
SpamBayes Score 0.014030951
Marked as misclassified No
Message-id <1299018477.82.0.134383554748.issue8841@psf.upfronthosting.co.za>
In-reply-to
Content
I understand I should do something similar to what is done in argparse:

from gettext import gettext as _, ngettext

...

message = ngettext('conflicting option string: %s',
                   'conflicting option strings: %s',
                   len(conflicting_actions))

and then let user define those messages somewhere in his own po files?
History
Date User Action Args
2011-03-01 22:27:57gruszczysetrecipients: + gruszczy, eric.araujo, richlowe
2011-03-01 22:27:57gruszczysetmessageid: <1299018477.82.0.134383554748.issue8841@psf.upfronthosting.co.za>
2011-03-01 22:27:49gruszczylinkissue8841 messages
2011-03-01 22:27:49gruszczycreate