[issue39464] Allow translating argparse error messages

2021-12-14 Thread Irit Katriel
Irit Katriel added the comment: Closed issue26726 as duplicate of this. -- nosy: +iritkatriel versions: +Python 3.10, Python 3.11 ___ Python tracker ___ __

[issue39464] Allow translating argparse error messages

2020-02-01 Thread hai shi
hai shi added the comment: Users interact with console's output, so translated the output info is fine to me. Hi,raymond、paul. What's your opinion? -- ___ Python tracker ___ _

[issue39464] Allow translating argparse error messages

2020-02-01 Thread hai shi
hai shi added the comment: Paste José's comment from PR17169: This message isn't used (only?) in exceptions... it's a message that is given to the console, to notify the user when she didn't provide correct parameters. For example: ``` $ python3 ./drt.py -l Uso: ./drt.py [-h] [-l LONG_MIN]

[issue39464] Allow translating argparse error messages

2020-01-27 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- title: Allow translating argument error messages -> Allow translating argparse error messages ___ Python tracker ___ __