try to solve unicode problem
This commit is contained in:
parent
8050c3f8a6
commit
5f21c9d276
@ -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…
x
Reference in New Issue
Block a user