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


Zack Cerza changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zcerza redhat com




------- Comment #3 from Zack Cerza  2006-01-27 00:47 UTC -------
At first I couldn't find this 'uggettext' thing you were talking about. I
eventually found it. The way we're currently doing things is:

<figure out what translation domains we need>
gettext.dgettext(domain, stringToTranslate)

The way we'd need to use ugettext, unless I'm wrong:

<figure out what mo-files we need>
trans=gettext.GNUTranslations(open(fileName))
trans.ugettext(stringToTranslate)

Which will require a slight refactoring of dogtail.i18n. Or am I missing
something?


-- 
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]