mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
try to solve unicode problem
This commit is contained in:
parent
8050c3f8a6
commit
5f21c9d276
1 changed files with 1 additions and 1 deletions
|
@ -48,4 +48,4 @@ else:
|
||||||
gtk.glade.textdomain(APP)
|
gtk.glade.textdomain(APP)
|
||||||
gettext.bindtextdomain(APP, DIR)
|
gettext.bindtextdomain(APP, DIR)
|
||||||
gettext.textdomain(APP)
|
gettext.textdomain(APP)
|
||||||
gettext.install(APP, DIR)
|
gettext.install(APP, DIR, unicode=1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue