1
0
forked from baron/baron-sso

chore(i18n): fix duplicate sections in TOML files causing parsing errors in tests

This commit is contained in:
2026-04-03 09:43:31 +09:00
parent 993882233b
commit 462ae91a9e
7 changed files with 4234 additions and 5509 deletions

View File

@@ -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();