[issue10529] Write argparse i18n howto

New submission from Éric Araujo merwok@netwok.org:
argparse helpfully makes its messages with gettext.gettext. The docs should explain how to benefit from that in one’s program.
---------- assignee: docs@python components: Documentation messages: 122358 nosy: bethard, docs@python, eric.araujo priority: normal severity: normal stage: needs patch status: open title: Write argparse i18n howto type: feature request versions: Python 3.2
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue10529 _______________________________________

Éric Araujo merwok@netwok.org added the comment:
s/makes/marks/
----------
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue10529 _______________________________________

Changes by Tshepang Lekhonkhobe tshepang@gmail.com:
---------- nosy: +tshepang
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue10529 _______________________________________

Changes by Jakub Wilk jwilk@jwilk.net:
---------- nosy: +jwilk
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue10529 _______________________________________

Change by Irit Katriel iritkatriel@yahoo.com:
---------- title: Write argparse i18n howto -> [doc] Write argparse i18n howto versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.2
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue10529 _______________________________________

Raymond Hettinger raymond.hettinger@gmail.com added the comment:
This is a great idea. I'm thinking that the Argparse Tutorial is the right place for this: https://docs.python.org/3/howto/argparse.html
---------- nosy: +rhettinger
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue10529 _______________________________________
participants (5)
-
Irit Katriel
-
Jakub Wilk
-
Raymond Hettinger
-
Tshepang Lekhonkhobe
-
Éric Araujo