A localized command line application looks strange when some part of the messages is in the user's language and some other parts in English.
I do not know if I messed up anything when I installed Python 3 from the source code, it seems that there are no files *.mo, therefore argparse(among all) is not localization.
The API does not seem to offer a way to localize. Or did I miss this?
I could pay argparse.py, but I wonβt, because I want it to be portable, and Iβm out of order asking users to fix their Python installation.
The question is fewer words: how to localize argpasewithout fixing the standard Python library?
A related question : is this possible?
source
share