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 5de0725 commit 722d822Copy full SHA for 722d822
bpython/translations.py
@@ -0,0 +1,4 @@
1
+import gettext
2
+
3
+translation = gettext.translation('bpython')
4
+_ = translation.ugettext
0 commit comments