From 9b14496ec92204e7649bec51adabdb96f303f9b6 Mon Sep 17 00:00:00 2001 From: cbartondock Date: Mon, 15 Nov 2021 23:22:44 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ src/lang/english/langData.ts | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b73aeaad87..d8a1849d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +## 2.3.24 +### Added +* Ability to override manifests directory in epic parser (so that for example the Legendary store can be used instead). +### Changed +* Totally refactored parserInputs in userConfigurations and presets to allow for less clutter and more varied parsers in the future. + ## 2.3.23 ### Fixed * Fixed Epic parser in the case where manifests file doesn't specify executable location. Thanks to Discord user @xsessive182 for helping me debug. diff --git a/src/lang/english/langData.ts b/src/lang/english/langData.ts index ec45a9a218..c9d9034d56 100644 --- a/src/lang/english/langData.ts +++ b/src/lang/english/langData.ts @@ -84,8 +84,8 @@ export const EnglishLang: languageContainer = { }, errors: { - directoryInvalid: "> Steam directory invalid", - noSteamAccounts: "> Steam directory specified has no accounts", + directoryInvalid: "> Steam directory invalid.", + noSteamAccounts: "> Steam directory specified has no accounts.", steamChanged__i: '> Steam changed internal database structure or parser tried to read an outdated database.\nProblematic file: ${file}\nFull error:\n ${error}', fatalError__i: '> Steam parser failed with fatal error:\n ${error}' } @@ -101,9 +101,9 @@ export const EnglishLang: languageContainer = { ] }, errors: { - invalidManifestsOverride: "> Manifests Override is not a valid directory", + invalidManifestsOverride: "> Manifests Override is not a valid directory.", epicNotCompatible: "> Epic Games Store not available on Linux.\n If you are using the Legendary store on Linux you need to set Manifests Override.", - epicNotInstalled: "> Epic Games does not appear to be installed", + epicNotInstalled: "> Epic Games does not appear to be installed.", fatalError__i: '> Epic Games parser failed with fatal error:\n ${error}' } },