From d3029c6c4faa551def92f50e8df44cc3892f3505 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 26 Jan 2017 17:05:53 +0100 Subject: [PATCH] Add Brazillian Portuguese language The translation is almost complete at the moment. In the beta of the next release we'll decide if we want to keep this language. --- resources/qml/Preferences/GeneralPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml index c3e4d5d846..6d3cc9c1e7 100644 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -97,6 +97,7 @@ UM.PreferencesPage append({ text: "Français", code: "fr" }) append({ text: "Italiano", code: "it" }) append({ text: "Nederlands", code: "nl" }) + append({ text: "Português do Brasil", code: "ptbr" }) append({ text: "Русский", code: "ru" }) append({ text: "Türkçe", code: "tr" }) }