PluginPyright.py

branch
eric7
changeset 9
1ef1797f5f58
parent 3
109b8e5513d8
child 11
55bc88e0aea0
diff -r e35f1076717d -r 1ef1797f5f58 PluginPyright.py
--- a/PluginPyright.py	Tue Nov 14 10:56:24 2023 +0100
+++ b/PluginPyright.py	Wed Nov 15 13:16:29 2023 +0100
@@ -24,7 +24,7 @@
     "author": "Detlev Offenbach <detlev@die-offenbachs.de>",
     "autoactivate": True,
     "deactivateable": True,
-    "version": "10.0.0",
+    "version": "10.0.1",
     "className": "PyrightPlugin",
     "packageName": "PyrightChecker",
     "shortDescription": "Plug-in to check Python sources for typing issues.",
@@ -87,6 +87,9 @@
         self.__ui = ui
         self.__initialize()
 
+        self.__translator = None
+        self.__loadTranslator()
+
     def __initialize(self):
         """
         Private slot to (re)initialize the plug-in.

eric ide

mercurial