dogtail-devel [Bug 328652] Autotranslation of gedit-test-utf8-procedural-api.py fails with gedit-2.13



Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=328652
 dogtail | Framework | Ver: CVS HEAD





------- Comment #4 from Lawrence Lim  2006-01-27 01:01 UTC -------
Yes, I think it would involve some changes for dogtail to handle unicode.
Please try if it helps.

<http://bugzilla.gnome.org/attachment.cgi?id=54256&action=view>

+               # ensure that there is actually mo exist file that locale
+               if (os.path.isfile(fullPath)):
+                       gettext.bindtextdomain (self.domainName,
"/usr/share/locale/")
+                       gettext.textdomain (self.domainName)
+                       t = gettext.translation(self.domainName,
"/usr/share/locale/")
+                       _ = t.ugettext
+                       result = _(srcName)


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact for the bug.
You are watching the assignee for the bug.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]