chiark / gitweb /
Add missing , to last patch
[cura.git] / Cura / util / resources.py
index 8dbe9bd1e719dab4064f598a6b50ce4492bdf547..7b7c48c9d8c391781c90244356443a6bad999090 100644 (file)
@@ -67,5 +67,8 @@ def getLanguageOptions():
        return [
                ['en', 'English'],
                ['de', 'Deutsch'],
+               ['fr', 'French'],
                ['nl', 'Nederlands'],
+               ['sp', 'Spanish'],
+               ['po', 'Polish']
        ]