From adbc5ea0463356ad84ca3b30c521d06e1676f3b8 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Mon, 19 Dec 2016 20:55:21 +0100 Subject: [PATCH] Add support for polish language --- src/manjaro_hello.py | 2 +- ui/manjaro-hello.glade | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index afd9087..2bd68aa 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -57,7 +57,7 @@ class ManjaroHello(): self.builder.get_object("aboutdialog").set_logo(logo) # Init translation - self.locales = ("en", "fr") # supported locales + self.locales = ("en", "fr", "pl") # supported locales self.default_locale = "en" self.sys_locale = locale.getdefaultlocale()[0] self.default_texts = {} diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 578a7d9..14b6ff4 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -587,6 +587,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we English (United States) Français (France) + Polski (Polska)