d621e89c6f
PR: ports/145939 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer Feature safe: yes
11 lines
461 B
Python
11 lines
461 B
Python
--- src/gramps.py 2010-03-15 10:21:34.000000000 +0300
|
|
+++ src/gramps.py 2010-04-22 00:49:34.000000000 +0400
|
|
@@ -69,7 +69,7 @@
|
|
|
|
if not constfunc.win():
|
|
try:
|
|
- locale.bindtextdomain(TransUtils.LOCALEDOMAIN, TransUtils.LOCALEDIR)
|
|
+ gettext.bindtextdomain(TransUtils.LOCALEDOMAIN, TransUtils.LOCALEDIR)
|
|
#locale.textdomain(TransUtils.LOCALEDOMAIN)
|
|
except locale.Error:
|
|
print 'No translation in some gtk.Builder strings, '
|