[Python-Dev] Incomplete Internationalization in Argparse Module

2016年4月08日 14:06:39 -0700

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.
Thank you.
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to