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