Added missing code to load the translations.

Wed, 07 Dec 2022 13:18:06 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 07 Dec 2022 13:18:06 +0100
changeset 3
31678035389a
parent 2
2b1359b8845f
child 4
6956fc8047b0

Added missing code to load the translations.

PluginExtensionProtobuf.py file | annotate | diff | comparison | revisions
--- 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