Wed, 15 Nov 2023 13:16:29 +0100
Added some forgotten code causing translations not to be loaded.
PluginPyright.py | file | annotate | diff | comparison | revisions | |
PluginPyright.zip | file | annotate | diff | comparison | revisions | |
changelog.md | file | annotate | diff | comparison | revisions |
--- 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.