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>2022-01-10 17:07:23 +0300
committerGhostkeeper <rubend@tutanota.com>2022-01-10 17:07:23 +0300
commitd966fe4811ed5bab2043f07e51a9d6ef9865d1be (patch)
treef8784e4495466afddf69c54e6c2587c5fcf48123
parent7157389c535369603f6e53043a407516863e0cdd (diff)
Re-enable Czech translations
These translations are complete again. Contributes to issue CURA-8753.
-rw-r--r--resources/qml/Preferences/GeneralPage.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml
index f7744e1e13..e7323393ec 100644
--- a/resources/qml/Preferences/GeneralPage.qml
+++ b/resources/qml/Preferences/GeneralPage.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2020 Ultimaker B.V.
+// Copyright (c) 2022 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10
@@ -162,7 +162,7 @@ UM.PreferencesPage
Component.onCompleted:
{
append({ text: "English", code: "en_US" })
-// append({ text: "Čeština", code: "cs_CZ" })
+ append({ text: "Čeština", code: "cs_CZ" })
append({ text: "Deutsch", code: "de_DE" })
append({ text: "Español", code: "es_ES" })
//Finnish is disabled for being incomplete: append({ text: "Suomi", code: "fi_FI" })