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...
When I added the following lines
import gettext bindtextdomain( __appname_ _) textdomain( __appname_ _)
from gettext import gettext as _
gettext.
gettext.
to nautilus- groundcontrol. py
The buttons started being translated, but still some strings in the dialog windows were missing...