Sun, 09 Mar 2014 18:02:40 +0100
Corrected the wrong translation file name.
ChangeLog | file | annotate | diff | comparison | revisions | |
PluginProjectKivy.py | file | annotate | diff | comparison | revisions | |
PluginProjectKivy.zip | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Wed Jan 01 14:47:55 2014 +0100 +++ b/ChangeLog Sun Mar 09 18:02:40 2014 +0100 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 1.1.2 +- bug fix + Version 1.1.1 - changed lexer registration
--- 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: