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 37a521b commit a0f07acCopy full SHA for a0f07ac
bpython/translations.py
@@ -7,8 +7,7 @@
7
# try to load .mo files created with 'python setup.py build_translation'
8
# from the build/ directory
9
try:
10
- translation = gettext.translation('bpython',
11
- os.path.join('i18n', 'locale'))
+ translation = gettext.translation('bpython', 'i18n'))
12
except IOError:
13
translation = None
14
0 commit comments