chore: Prettified Code

[ci skip]
This commit is contained in:
booploops 2022-12-01 23:50:43 +00:00 committed by cider-chore[bot]
parent 3ad6fcec17
commit a95229f1c5

View file

@ -1045,7 +1045,7 @@ export class BrowserWindow {
i18nListing = [];
for (let i = 0; i < i18nFiles.length; i++) {
if(i18nFiles[i] == "index.json") continue;
if (i18nFiles[i] == "index.json") continue;
console.debug("[i18n] Processing file: " + join(utils.getPath("i18nPath"), i18nFiles[i]));
const i18n: { [index: string]: Object } = JSON.parse(readFileSync(join(utils.getPath("i18nPath"), i18nFiles[i]), "utf8"));
i18nListing.push({