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-02-14 11:35:03 +0300
committerGhostkeeper <rubend@tutanota.com>2018-02-14 11:39:23 +0300
commit582f6ff2d2f854670320a75fe528b40cea471b31 (patch)
tree9c87312c9c5882fba8f50e721bb364cac1c4e9db
parent9483d4678be7f344c9149f34b080b7f09e0be1a8 (diff)
Disable Traditional Chinese
We didn't get a new translation for 3.2. Sorry. People that had their preferences set to Traditional Chinese will stay on that language until they choose another, but the translation will be incomplete. If someone wants to pick up the translation for a next release, we'll keep the files in our source code. Contributes to issue CURA-4883.
-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 ac5cacdbf6..c5f837c496 100644
--- a/resources/qml/Preferences/GeneralPage.qml
+++ b/resources/qml/Preferences/GeneralPage.qml
@@ -163,7 +163,7 @@ UM.PreferencesPage
append({ text: "Русский", code: "ru_RU" })
append({ text: "Türkçe", code: "tr_TR" })
append({ text: "简体中文", code: "zh_CN" })
- append({ text: "正體字", code: "zh_TW" })
+ //Traditional Chinese is disabled for being incomplete: append({ text: "正體字", code: "zh_TW" })
var date_object = new Date();
if (date_object.getUTCMonth() == 8 && date_object.getUTCDate() == 19) //Only add Pirate on the 19th of September.