diff --git a/src/delugegtk.py b/src/delugegtk.py index 7245c7719..7c993f3f9 100644 --- a/src/delugegtk.py +++ b/src/delugegtk.py @@ -33,7 +33,7 @@ class DelugeGTK: def __init__(self): APP = 'deluge' DIR = os.path.join(dcommon.INSTALL_PREFIX, 'share', 'locale') - # locale.setlocale(locale.LC_ALL, '') + locale.setlocale(locale.LC_ALL, '') gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) gettext.install(APP, DIR)