X Tutup
Skip to content

Commit 722d822

Browse files
committed
i18n: bpython.translations
1 parent 5de0725 commit 722d822

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bpython/translations.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import gettext
2+
3+
translation = gettext.translation('bpython')
4+
_ = translation.ugettext

0 commit comments

Comments
 (0)
X Tutup