Remove redundant call to bindtextdomain
locale.bindtextdomain just calls gettext.bindtextdomain
This commit is contained in:
parent
a1d079108e
commit
35142cf48a
|
@ -29,7 +29,6 @@ plugins_locale_dir = os_path.join(gajim.PLUGINS_DIRS[1], 'locale')
|
|||
|
||||
if os.name != 'nt':
|
||||
locale.setlocale(locale.LC_ALL, '')
|
||||
locale.bindtextdomain(APP, plugins_locale_dir)
|
||||
gettext.bindtextdomain(APP, plugins_locale_dir)
|
||||
gettext.textdomain(APP)
|
||||
|
||||
|
|
Loading…
Reference in New Issue