From e7d56181484534e60df0d3b131973d63d131da22 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 21 Jun 2017 11:30:16 +0200 Subject: [PATCH] Re-enable Japanese translation Note that this only includes the setting descriptions. Contributes to issue CURA-3950. --- 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 f738ff734b..4abb7942bc 100755 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -152,7 +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: "日本語", code: "jp" }) //append({ text: "한국어", code: "ko" }) append({ text: "Nederlands", code: "nl" }) append({ text: "Português do Brasil", code: "ptbr" })