no need to translate glade strings in optparser
This commit is contained in:
parent
d57c420112
commit
ce6b470967
1 changed files with 0 additions and 5 deletions
|
@ -19,12 +19,7 @@
|
||||||
import os
|
import os
|
||||||
from common import gajim
|
from common import gajim
|
||||||
from common import i18n
|
from common import i18n
|
||||||
from gtk import glade
|
|
||||||
i18n.init()
|
|
||||||
_ = i18n._
|
_ = i18n._
|
||||||
APP = i18n.APP
|
|
||||||
glade.bindtextdomain(APP, i18n.DIR)
|
|
||||||
glade.textdomain(APP)
|
|
||||||
|
|
||||||
class OptionsParser:
|
class OptionsParser:
|
||||||
def __init__(self, filename):
|
def __init__(self, filename):
|
||||||
|
|
Loading…
Add table
Reference in a new issue