We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496f6fa commit 6ce8217Copy full SHA for 6ce8217
src/edit_python_pe/strings.py
@@ -6,7 +6,6 @@
6
7
default_locale = locale.getlocale()[0] or EN_LOCALE
8
localedir = Path(__file__).parent.parent.parent / "translations"
9
-print(localedir)
10
_ = gettext.translation(
11
domain="messages",
12
localedir=localedir,
0 commit comments