chiark / gitweb /
Add initial support for i18n.
[cura.git] / Cura / cura.py
index 7c847c38a0a9196aa537a5757ff2227ac7d2a268..a475705b28b610cfd2eedf6f5b8a74c0a6fc1f42 100644 (file)
@@ -11,6 +11,8 @@ __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AG
 
 from optparse import OptionParser
 
+from Cura.util import resources
+resources.setupLocalization()  # it's important to set up localization at very beginning to install _
 from Cura.util import profile
 
 def main():