Skip to content

Commit

Permalink
okay everything is working
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Nov 16, 2021
1 parent db22b8d commit 197d3bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/lang/english/langData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ export const EnglishLang: languageContainer = {

},
errors: {
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}'
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}'
}
},
epicParser: {
Expand All @@ -101,10 +101,10 @@ export const EnglishLang: languageContainer = {
]
},
errors: {
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",
fatalError__i: 'Epic Games parser failed with fatal error:\n ${error}'
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",
fatalError__i: '> Epic Games parser failed with fatal error:\n ${error}'
}
},
globParser: {
Expand Down

0 comments on commit 197d3bf

Please sign in to comment.