diff -r 9dac5ef0126d -r 6bb50f2a1df2 eric6/Preferences/__init__.py --- a/eric6/Preferences/__init__.py Mon May 18 17:39:01 2020 +0200 +++ b/eric6/Preferences/__init__.py Tue May 19 18:03:54 2020 +0200 @@ -2969,10 +2969,6 @@ "Qt/Qt5TranslationsDir", prefClass.qtDefaults["Qt5TranslationsDir"]) if s == "": - s = os.getenv("QTTRANSLATIONSDIR", "") - if s == "": - s = os.getenv("QT5TRANSLATIONSDIR", "") - if s == "": s = QLibraryInfo.location(QLibraryInfo.TranslationsPath) if s == "" and Globals.isWindowsPlatform(): transPath = os.path.join(Globals.getPyQt5ModulesDirectory(),