We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdf7ce commit 5ddca2dCopy full SHA for 5ddca2d
bpython/urwid.py
@@ -1098,6 +1098,7 @@ def tab(self, back=False):
1098
self._completion_update_suppressed = False
1099
1100
def main(args=None, locals_=None, banner=None):
1101
+ locale.setlocale(locale.LC_ALL, "")
1102
translations.init()
1103
1104
# TODO: maybe support displays other than raw_display?
0 commit comments