diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 91142e3..24b0592 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -98,6 +98,10 @@ class ManjaroHello(): self.window.show(); def get_best_locale(self): + """Choose best locale, based on user's preferences. + :return: locale to use + :rtype: str + """ if self.preferences["locale"] in self.locales: return self.preferences["locale"] else: