feat(site): i18n string resolver with en fallback

This commit is contained in:
Christian Visintin
2026-06-08 10:16:00 +02:00
parent 02fec64d35
commit f544a63d19
9 changed files with 241 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: { include: ["src/**/*.test.ts", "scripts/**/*.test.ts"] },
});