PluginExtensionProtobuf.py

changeset 3
31678035389a
parent 1
7157a39d4a0f
child 8
24fdd6e43cd7
--- a/PluginExtensionProtobuf.py	Sun Dec 04 14:57:03 2022 +0100
+++ b/PluginExtensionProtobuf.py	Wed Dec 07 13:18:06 2022 +0100
@@ -21,7 +21,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "10.0.0"
+version = "10.0.1"
 className = "ProtobufExtensionPlugin"
 packageName = "ExtensionProtobuf"
 shortDescription = "Support for the development of Protobuf and gRPC projects"
@@ -191,6 +191,9 @@
             "grpcPythonEnv": "",
         }
 
+        self.__translator = None
+        self.__loadTranslator()
+
     def __initialize(self):
         """
         Private slot to (re)initialize the plugin.

eric ide

mercurial