feat(i18n): add japanese translation with better fallback

This commit is contained in:
Shintaro Jokagi
2025-05-29 11:53:26 +12:00
parent 8d942e0942
commit 9f9872376e
30 changed files with 1420 additions and 630 deletions

View File

@@ -16,7 +16,7 @@
"prepare": "husky",
"test": "npx vitest run",
"test:coverage": "npx vitest --coverage",
"test:playwright": "npx playwright test"
"test:playwright": "npx playwright test --reporter=list"
},
"dependencies": {
"@astrojs/check": "^0.9.4",