diff -r c43be9065033 -r ab6d2ee7171e PluginPyLint.py --- a/PluginPyLint.py Mon Jun 27 17:23:51 2022 +0200 +++ b/PluginPyLint.py Tue Jun 28 08:21:05 2022 +0200 @@ -30,7 +30,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.0.0" +version = "10.0.1" className = "PyLintPlugin" packageName = "PyLintInterface" shortDescription = "Show the PyLint dialogs." @@ -425,7 +425,7 @@ loc = self.__ui.getLocale() if loc and loc != "C": locale_dir = os.path.join(os.path.dirname(__file__), - "PyLint", "i18n") + "PyLintInterface", "i18n") translation = "pylint_{0}".format(loc) translator = QTranslator(None) loaded = translator.load(translation, locale_dir)