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:
authordaid <daid303@gmail.com>2014-11-26 14:25:52 +0300
committerdaid <daid303@gmail.com>2014-11-26 14:25:52 +0300
commit47e4751bdbaaee9f52766f2cfa67e76b02deeaa9 (patch)
tree0772656da49565bb72d356231e08e9d7541f2850
parent65661de1a1b956e9c89036dce1447698618e9809 (diff)
Disable languages that have not been verified by a trusted 3th party for offical releases.
-rw-r--r--Cura/util/resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cura/util/resources.py b/Cura/util/resources.py
index d8bfe9dcbd..9dbed7670b 100644
--- a/Cura/util/resources.py
+++ b/Cura/util/resources.py
@@ -68,7 +68,7 @@ def getLanguageOptions():
['en', 'English'],
['de', 'Deutsch'],
['fr', 'French'],
- ['ko', 'Korean'],
+ # ['ko', 'Korean'],
# ['zh', 'Chinese'],
# ['nl', 'Nederlands'],
# ['es', 'Spanish'],