mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
-
This commit is contained in:
parent
ced1d0569c
commit
ad19cbfc55
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ class DelugeGTK:
|
|||
def __init__(self):
|
||||
APP = 'deluge'
|
||||
DIR = os.path.join(dcommon.INSTALL_PREFIX, 'share', 'locale')
|
||||
gtk.glade.bindtextdomain(APP, DIR)
|
||||
gtk.glade.textdomain(APP)
|
||||
locale.setlocale(locale.LC_ALL, '')
|
||||
locale.bindtextdomain(APP, DIR)
|
||||
locale.textdomain(APP)
|
||||
gettext.bindtextdomain(APP, DIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue