mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
-
This commit is contained in:
parent
8b7de9583d
commit
5963f24b62
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class DelugeGTK:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
APP = 'deluge'
|
APP = 'deluge'
|
||||||
DIR = os.path.join(dcommon.INSTALL_PREFIX, 'share', 'locale')
|
DIR = os.path.join(dcommon.INSTALL_PREFIX, 'share', 'locale')
|
||||||
# locale.setlocale(locale.LC_ALL, '')
|
locale.setlocale(locale.LC_ALL, '')
|
||||||
gettext.bindtextdomain(APP, DIR)
|
gettext.bindtextdomain(APP, DIR)
|
||||||
gettext.textdomain(APP)
|
gettext.textdomain(APP)
|
||||||
gettext.install(APP, DIR)
|
gettext.install(APP, DIR)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue