--- a/src/eric7/Project/Project.py Mon Jul 29 14:43:59 2024 +0200 +++ b/src/eric7/Project/Project.py Sat Aug 31 10:54:21 2024 +0200 @@ -1179,7 +1179,8 @@ # check, if the files of the project still exist in the # project directory for fileCategory in self.getFileCategories(): - self.__checkFilesExist(fileCategory) + if fileCategory != "TRANSLATIONS": + self.__checkFilesExist(fileCategory) # get the names of subdirectories the files are stored in for fileCategory in [c for c in self.getFileCategories() if c != "OTHERS"]: