mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
Merge pull request #5710 from lilyhuang-github/i18n
Change prebuild.js to allow i18n-default.json indentation to exist
This commit is contained in:
commit
9b00bdcaea
2 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ async function createI18NDefault() {
|
||||||
return acc;
|
return acc;
|
||||||
}, {});
|
}, {});
|
||||||
|
|
||||||
fse.outputFile(i18nDefaultFile, JSON.stringify(rollup));
|
fse.outputFile(i18nDefaultFile, JSON.stringify(rollup, null, 2));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
process.exitCode = 1;
|
process.exitCode = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue