X Tutup
Skip to content

Commit 9b0034a

Browse files
committed
changed bpython/translations.py
1 parent a0f07ac commit 9b0034a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bpython/translations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
try:
55
translation = gettext.translation('bpython')
66
except IOError:
7-
# try to load .mo files created with 'python setup.py build_translation'
8-
# from the build/ directory
7+
# try to load .mo files created with babel on i18n/ dir
98
try:
109
translation = gettext.translation('bpython', 'i18n'))
1110
except IOError:

0 commit comments

Comments
 (0)
X Tutup