From ef7b45190ea980d3ff87ffa13a1bcb30a2e97fe6 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Tue, 20 Dec 2016 17:40:34 +0100 Subject: [PATCH] Add support for german language --- src/manjaro_hello.py | 2 +- ui/manjaro-hello.glade | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 24b0592..3e57bb9 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", "pl") # supported locales + self.locales = ("de", "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 ba410f2..b839d4a 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -586,9 +586,10 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we True False + Deutsch (Deutschland) English (United States) Français (France) - Polski (Polska) + Polski (Polska)