mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +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)
|
||||
gettext.bindtextdomain(APP, DIR)
|
||||
gettext.textdomain(APP)
|
||||
gettext.install(APP, DIR)
|
||||
gettext.install(APP, DIR, unicode=1)
|
||||
|
|
Loading…
Add table
Reference in a new issue