From 3823cca93679d6c3e26d4b28ca4f20863c832ed2 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 22 Nov 2017 12:45:21 +0100 Subject: [PATCH] Disable Russian translation since it's incomplete The maintainer of this translation didn't want to continue spending time to keep his translation up-to-date. Contributes to issue CURA-4601. --- 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 ad6c2ce050..dc5853ebb2 100644 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -159,7 +159,7 @@ UM.PreferencesPage append({ text: "Nederlands", code: "nl_NL" }) append({ text: "Polski", code: "pl_PL" }) append({ text: "Português do Brasil", code: "pt_BR" }) - append({ text: "Русский", code: "ru_RU" }) + //Russian is disabled for being incomplete: append({ text: "Русский", code: "ru_RU" }) append({ text: "Türkçe", code: "tr_TR" }) append({ text: "简体中文", code: "zh_CN" })