Comment 0 for bug 344704

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote : Wrong translation domain in ui_gtk.py, some translations not shown

Binary package hint: computer-janitor

Translations are now working otherwise fine, but the title and the description aren't shown correctly. The reason for this is in ui_gtk.py:

        gtk.glade.bindtextdomain("computerjanitor", locpath)
        gtk.glade.textdomain("computerjanitor")

The domain in use in the program is however computerjanitorapp. If changing the domain, the translations (which are already included in language packs) are shown.

Can be tested eg. with LANG=fi_FI.UTF-8 ./computer-janitor-gtk