feat(site): i18n string resolver with en fallback

This commit is contained in:
Christian Visintin
2026-06-07 21:23:25 +02:00
parent 53159d8257
commit 4af1d146da
9 changed files with 241 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"resolveJsonModule": true
},
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}