forked from baron/baron-sso
chore(i18n): fix duplicate sections in TOML files causing parsing errors in tests
This commit is contained in:
@@ -438,6 +438,7 @@ function main() {
|
||||
const keys = Array.from(allKeys).sort();
|
||||
fs.writeFileSync(KO_PATH, renderToml(buildTree(keys, koMap)));
|
||||
fs.writeFileSync(EN_PATH, renderToml(buildTree(keys, enMap)));
|
||||
fs.writeFileSync(TEMPLATE_PATH, renderToml(buildTree(keys, null)));
|
||||
}
|
||||
|
||||
main();
|
||||
|
||||
Reference in New Issue
Block a user