From 4b28e9bf43cd62be82de4646d08d1a42f81ef7c6 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 16 May 2017 09:38:39 +0200 Subject: [PATCH] Re-enable Japanese from language selection menu Contributes to issue CURA-3817. --- 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 f825cfc08c..a01abb06ee 100755 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -152,6 +152,7 @@ UM.PreferencesPage append({ text: "Suomi", code: "fi" }) append({ text: "Français", code: "fr" }) append({ text: "Italiano", code: "it" }) + append({ text: "日本語", code: "jp" }) append({ text: "Nederlands", code: "nl" }) append({ text: "Português do Brasil", code: "ptbr" }) append({ text: "Русский", code: "ru" })