blob: 3fb352dba6592e5ffe839f9bacee746fa10eee04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ontv/dialogs.py.orig 2010-07-27 03:20:48.000000000 +0400
+++ ontv/dialogs.py 2011-08-19 15:37:50.000000000 +0400
@@ -34,8 +34,8 @@
from ontv import NAME, VERSION, LOCALE_DIR
import locale
-locale.setlocale(locale.LC_ALL, '')
-locale.bindtextdomain(NAME.lower(), LOCALE_DIR)
+#locale.setlocale(locale.LC_ALL, '')
+#locale.bindtextdomain(NAME.lower(), LOCALE_DIR)
import gettext
gettext.bindtextdomain(NAME.lower(), LOCALE_DIR)
gettext.textdomain(NAME.lower())
|