chiark / gitweb /
Update code for translations, fix a few translation issues and add a few missing...
[cura.git] / Cura / util / resources.py
index bd242a933ea0ae30a035d640b27e84534bff9f83..e071e419ff9b2391e0101407697f50c54b576891 100644 (file)
@@ -54,6 +54,7 @@ def setupLocalization():
        except Exception as e:
                languages = ['en']
 
+       languages = ['nl']
        locale_path = os.path.normpath(os.path.join(resourceBasePath, 'locale'))
        translation = gettext.translation('Cura', locale_path, languages, fallback=True)
        translation.install(unicode=True)