You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argparse supports localization of error messages and helps with gettext. But currently there is no any test for gettext support in argparse. There were several bugs related to improper use of gettext and we cannot be sure that all bugs are fixed or that old bugs will not reappear. We need to add tests for every translated string in argparse.
The text was updated successfully, but these errors were encountered:
I thought that we should run the parser with different options to produce different error messages with installed special translator that transforms the original text in simply recognizable way. But there may be better ways.
argparse
supports localization of error messages and helps withgettext
. But currently there is no any test forgettext
support inargparse
. There were several bugs related to improper use of gettext and we cannot be sure that all bugs are fixed or that old bugs will not reappear. We need to add tests for every translated string inargparse
.The text was updated successfully, but these errors were encountered: