diff --git a/main/getLanguageMap.ts b/main/getLanguageMap.ts index 917d3682..d2919bf9 100644 --- a/main/getLanguageMap.ts +++ b/main/getLanguageMap.ts @@ -159,7 +159,7 @@ async function getTranslationFilePath(code: string) { /** * This will be used for in Development mode */ - filePath = path.join(__dirname, `../translations/${code}.csv`); + filePath = path.join(__dirname, `../../translations/${code}.csv`); } try {