Fixed a bug causing the translations not being loaded. release-2.0.1

Thu, 22 Dec 2016 14:58:22 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 22 Dec 2016 14:58:22 +0100
changeset 32
7069d21f1110
parent 31
8faca9e95f38
child 33
2e7cc0f6252d

Fixed a bug causing the translations not being loaded.

ChangeLog file | annotate | diff | comparison | revisions
PluginProjectDjangoTagsMenu.py file | annotate | diff | comparison | revisions
PluginProjectDjangoTagsMenu.zip file | annotate | diff | comparison | revisions
--- a/ChangeLog	Fri Jan 01 12:18:58 2016 +0100
+++ b/ChangeLog	Thu Dec 22 14:58:22 2016 +0100
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 2.0.1:
+- bug fixes
+
 Version 2.0.0:
 - ported for eric6 using PyQt5
 - added Russian translations provided by Alexander Barkoff
--- a/PluginProjectDjangoTagsMenu.py	Fri Jan 01 12:18:58 2016 +0100
+++ b/PluginProjectDjangoTagsMenu.py	Thu Dec 22 14:58:22 2016 +0100
@@ -23,7 +23,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "2.0.0"
+version = "2.0.1"
 className = "ProjectDjangoTagsMenuPlugin"
 packageName = "ProjectDjangoTagsMenu"
 shortDescription = "Tags menu for Django projects."
@@ -51,6 +51,9 @@
         super(ProjectDjangoTagsMenuPlugin, self).__init__(ui)
         self.__ui = ui
         
+        self.__translator = None
+        self.__loadTranslator()
+        
         self.__handler = DjangoTagsMenuHandler(ui, self)
         
         self.__initMenu()
Binary file PluginProjectDjangoTagsMenu.zip has changed

eric ide

mercurial