Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-11-12 17:47:21 +0300
committerGhostkeeper <rubend@tutanota.com>2018-11-12 17:47:42 +0300
commitfe66d15b9e1b615ac894daddf24e1a1aeecb2408 (patch)
treebd941036f57fb76acf5c1c918970e887820b1e09
parent32c16041e8bcda0815e700a5d7eb717dc72e31de (diff)
Disable Polish language3.6.03.6
The translation didn't arrive in time for the 3.6 release. Contributes to issue CURA-5870.
-rw-r--r--resources/qml/Preferences/GeneralPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml
index 64c1246929..bba2cf764a 100644
--- a/resources/qml/Preferences/GeneralPage.qml
+++ b/resources/qml/Preferences/GeneralPage.qml
@@ -171,7 +171,7 @@ UM.PreferencesPage
append({ text: "日本語", code: "ja_JP" })
append({ text: "한국어", code: "ko_KR" })
append({ text: "Nederlands", code: "nl_NL" })
- append({ text: "Polski", code: "pl_PL" })
+ //Polish is disabled for being incomplete: append({ text: "Polski", code: "pl_PL" })
append({ text: "Português do Brasil", code: "pt_BR" })
append({ text: "Português", code: "pt_PT" })
append({ text: "Русский", code: "ru_RU" })