feat(i18n): share lobby message catalog across frontend/backend
All checks were successful
CI / test-and-quality (pull_request) Successful in 2m8s
CI / test-and-quality (push) Successful in 2m15s

This commit is contained in:
2026-03-01 15:07:34 +00:00
committed by Asger Geel Weirsoee
parent a5c9e4f255
commit 3253f4d343
8 changed files with 166 additions and 26 deletions

View File

@@ -3,10 +3,11 @@
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"strict": true,
"skipLibCheck": true,
"lib": ["ES2022", "DOM"],
"types": ["vitest/globals", "node"]
},
"include": ["src", "tests"]
"include": ["src", "tests", "../shared/i18n/*.json"]
}