[Python-Dev] Incomplete Internationalization in Argparse Module
Brett Cannon
brett at python.org
Fri Apr 8 17:07:48 EDT 2016
More information about the Python-Dev mailing list
Fri Apr 8 17:07:48 EDT 2016
- Previous message (by thread): [Python-Dev] Incomplete Internationalization in Argparse Module
- Next message (by thread): [Python-Dev] Incomplete Internationalization in Argparse Module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 8 Apr 2016 at 14:05 Grady Martin <sunnycemetery at gmail.com> wrote: > Hello, all. I was wondering if the following string was left untouched by > gettext for a purpose (from line 720 of argparse.py, in class > ArgumentError): > > 'argument %(argument_name)s: %(message)s' > > There may be other untranslatable strings in the argparse module, but I > have yet to encounter them in the wild. > Probably so that anyone introspecting on the error message can count on somewhat of a consistent format (comes into play with doctest typically). -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160408/1d464099/attachment-0001.html>
- Previous message (by thread): [Python-Dev] Incomplete Internationalization in Argparse Module
- Next message (by thread): [Python-Dev] Incomplete Internationalization in Argparse Module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list