blob: 88d96a09e05afff9e855d375f86954628eaac6bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/authenticator.py.in b/src/authenticator.py.in
index 1e75e10..2f2fec2 100755
--- a/src/authenticator.py.in
+++ b/src/authenticator.py.in
@@ -35,8 +35,6 @@ from gi.repository import Gio, Handy
sys.path.insert(1, '@PYTHON_DIR@')
def prepare_locale():
- locale.bindtextdomain('@GETTEXT_PACKAGE@', '@LOCALE_DIR@')
- locale.textdomain('@GETTEXT_PACKAGE@')
gettext.bindtextdomain('@GETTEXT_PACKAGE@', '@LOCALE_DIR@')
gettext.textdomain('@GETTEXT_PACKAGE@')
|