Skip to content
  • Giovanni Campagna's avatar
    Use Python class-based gettext · 2818d1ef
    Giovanni Campagna authored
    Python's gettext does not use gettext from the glibc, so the function
    _ provided by gettext.install does not care about textdomain() or bindtextdomain().
    Instead, it wants a domain and localedir explicitly, as well as any
    extra function that should be installed.
    This fixes the translations for all strings provided by gnome-tweak-tool.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683630
    2818d1ef