def i18n(self, location):
gettext.bindtextdomain('griffith', location)
gettext.textdomain('griffith')
gtk.glade.bindtextdomain('griffith', location)
gtk.glade.textdomain('griffith')
gettext.install('griffith', location, unicode=1)
评论列表
文章目录