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 5c851bf commit 3ef6de3Copy full SHA for 3ef6de3
bpython/translations.py
@@ -4,8 +4,7 @@
4
try:
5
translation = gettext.translation('bpython')
6
except IOError:
7
- # try to load .mo files created with 'python setup.py build_translation'
8
- # from the build/ directory
+ # try to load .mo files created with babel on i18n/ dir
9
10
translation = gettext.translation('bpython', 'i18n'))
11
0 commit comments