chore: Prettified Code
[ci skip]
This commit is contained in:
parent
3ad6fcec17
commit
a95229f1c5
1 changed files with 1 additions and 1 deletions
|
@ -1045,7 +1045,7 @@ export class BrowserWindow {
|
||||||
i18nListing = [];
|
i18nListing = [];
|
||||||
|
|
||||||
for (let i = 0; i < i18nFiles.length; i++) {
|
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]));
|
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"));
|
const i18n: { [index: string]: Object } = JSON.parse(readFileSync(join(utils.getPath("i18nPath"), i18nFiles[i]), "utf8"));
|
||||||
i18nListing.push({
|
i18nListing.push({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue