diff --git a/src/manjaro-hello.py b/src/manjaro-hello.py index 0fa4d88..f73ea70 100644 --- a/src/manjaro-hello.py +++ b/src/manjaro-hello.py @@ -58,7 +58,7 @@ class ManjaroHello(): else: self.preferences["locale"] = self.default_locale - locale.setlocale(locale.LC_ALL, self.sys_locale + ".utf8") + locale.setlocale(locale.LC_ALL, self.preferences["locale"] + ".utf8") locale.bindtextdomain(self.app, self.locale_path) locale.textdomain(self.app)