chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
877f672
)
Disable all languages except english for an official release.
author
daid
<daid303@gmail.com>
Mon, 7 Oct 2013 07:50:02 +0000
(09:50 +0200)
committer
daid
<daid303@gmail.com>
Mon, 7 Oct 2013 07:50:02 +0000
(09:50 +0200)
Cura/util/resources.py
patch
|
blob
|
history
diff --git
a/Cura/util/resources.py
b/Cura/util/resources.py
index d1f38358ea3dbf02c6556b1e2c3e3b02702bc9f8..6eb90cc6f86d35a761d0e5bc99f65fd1bb57b89a 100644
(file)
--- a/
Cura/util/resources.py
+++ b/
Cura/util/resources.py
@@
-70,11
+70,11
@@
def setupLocalization(selectedLanguage = None):
def getLanguageOptions():
return [
- [None, 'System default'],
+
#
[None, 'System default'],
['en', 'English'],
- ['de', 'Deutsch'],
- ['fr', 'French'],
- ['nl', 'Nederlands'],
- ['sp', 'Spanish'],
- ['po', 'Polish']
+
#
['de', 'Deutsch'],
+
#
['fr', 'French'],
+
#
['nl', 'Nederlands'],
+
#
['sp', 'Spanish'],
+
#
['po', 'Polish']
]