From: daid Date: Fri, 6 Jun 2014 10:04:22 +0000 (+0200) Subject: Fixed #863 X-Git-Tag: 14.07~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4b36c503804d78921010e8db41a1526c76021c55;p=cura.git Fixed #863 --- diff --git a/Cura/util/resources.py b/Cura/util/resources.py index e63230ba..2c9f116f 100644 --- a/Cura/util/resources.py +++ b/Cura/util/resources.py @@ -68,6 +68,6 @@ def getLanguageOptions(): # ['de', 'Deutsch'], # ['fr', 'French'], # ['nl', 'Nederlands'], - # ['sp', 'Spanish'], + # ['es', 'Spanish'], # ['po', 'Polish'] ] diff --git a/resources/locale/sp/LC_MESSAGES/Cura.mo b/resources/locale/es/LC_MESSAGES/Cura.mo similarity index 100% rename from resources/locale/sp/LC_MESSAGES/Cura.mo rename to resources/locale/es/LC_MESSAGES/Cura.mo diff --git a/resources/locale/sp/LC_MESSAGES/Cura.po b/resources/locale/es/LC_MESSAGES/Cura.po similarity index 100% rename from resources/locale/sp/LC_MESSAGES/Cura.po rename to resources/locale/es/LC_MESSAGES/Cura.po