From 4c8d65a2f425f62d8e54e5e16d8ddf6422b58d79 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 15 Jun 2017 09:42:30 +0200 Subject: [PATCH] Re-enable Brazillian Portuguese translation It's complete again. Thanks Patola. Contributes to issue CURA-3885. --- resources/qml/Preferences/GeneralPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml index b40900fece..8930dbd02f 100755 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -155,7 +155,7 @@ UM.PreferencesPage //append({ text: "日本語", code: "jp" }) //append({ text: "한국어", code: "ko" }) append({ text: "Nederlands", code: "nl" }) - //append({ text: "Português do Brasil", code: "ptbr" }) + append({ text: "Português do Brasil", code: "ptbr" }) append({ text: "Русский", code: "ru" }) append({ text: "Türkçe", code: "tr" }) }