Comment 1 for bug 520904

Revision history for this message
Łukasz Jernaś (deejay1) wrote :

When I added the following lines

import gettext
from gettext import gettext as _
gettext.bindtextdomain(__appname__)
gettext.textdomain(__appname__)

to nautilus-groundcontrol.py
The buttons started being translated, but still some strings in the dialog windows were missing...