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 a0f07ac commit 9b0034aCopy full SHA for 9b0034a
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