Change prebuild.js to allow i18n-default.json indentation to exist

This commit is contained in:
Lily
2025-03-11 19:59:20 -04:00
parent badfb483b2
commit da17c68830
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ async function createI18NDefault() {
return acc;
}, {});
fse.outputFile(i18nDefaultFile, JSON.stringify(rollup));
fse.outputFile(i18nDefaultFile, JSON.stringify(rollup, null, 2));
} catch (e) {
console.error(e);
process.exitCode = 1;

View File

@@ -379,4 +379,4 @@
"reset": "Reset Password"
}
}
}
}