1
0
forked from baron/baron-sso

fix: consolidate duplicated sections in i18n toml files to prevent userfront layout break

This commit is contained in:
2026-03-19 17:14:28 +09:00
parent 067f9f9baf
commit a70e637bca
5 changed files with 96 additions and 115 deletions

View File

@@ -12,7 +12,8 @@
"preview": "vite preview",
"test": "playwright test",
"test:unit": "vitest run",
"test:ui": "playwright test --ui"
"test:ui": "playwright test --ui",
"i18n-scan": "cd .. && node tools/i18n-scanner/index.js && node tools/i18n-scanner/report.js"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.4",