PluginProjectKivy.py

changeset 20
a8eeec592ae0
parent 19
f377374b5e03
child 22
0de62c0edd89
--- a/PluginProjectKivy.py	Wed Jan 01 14:47:55 2014 +0100
+++ b/PluginProjectKivy.py	Sun Mar 09 18:02:40 2014 +0100
@@ -26,7 +26,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.1.1"
+version = "1.1.2"
 className = "ProjectKivyPlugin"
 packageName = "ProjectKivy"
 shortDescription = "Project support for Kivy projects."
@@ -167,7 +167,7 @@
             if loc and loc != "C":
                 locale_dir = os.path.join(
                     os.path.dirname(__file__), "ProjectKivy", "i18n")
-                translation = "django_%s" % loc
+                translation = "kivy_%s" % loc
                 translator = QTranslator(None)
                 loaded = translator.load(translation, locale_dir)
                 if loaded:

eric ide

mercurial