We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8564263 commit 2234d73Copy full SHA for 2234d73
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