PluginPyLint.py

branch
eric7
changeset 105
ab6d2ee7171e
parent 102
e40ecfd9ec37
child 107
3bd2806a6ada
--- 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)

eric ide

mercurial