Fixed problems with localization
This commit is contained in:
parent
02aa2734e0
commit
19b089e6c6
@ -44,7 +44,6 @@ class AlpacaWindow(Adw.ApplicationWindow):
|
||||
|
||||
localedir = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'locale')
|
||||
|
||||
locale.setlocale(locale.LC_ALL, '')
|
||||
gettext.bindtextdomain('com.jeffser.Alpaca', localedir)
|
||||
gettext.textdomain('com.jeffser.Alpaca')
|
||||
_ = gettext.gettext
|
||||
|
Loading…
x
Reference in New Issue
Block a user