i18n worries

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • P@draigBrady.com

    i18n worries

    Hi,

    I had a quick look at gettext.py on 2.2.2
    and noticed the new "install" interface
    that is more efficient than the "gettext" interface.
    Fair enough, but I noticed that the
    glibc bindtextdomain etc. functions are
    not called (even for the python equivalent functions).
    So does that mean that libraries gettext calls
    (for e.g. libc.mo) will be ignored for python programs?

    Also I'm wondering is there anything
    special I need to do to apply i18n to
    glade files (using libglade).

    cheers,
    Pádraig.

Working...