docs(i18n): update master plan and add v2 phase 0/1 smoke tests

This commit is contained in:
poyrazavsever
2026-07-20 10:25:40 +03:00
parent 0f2ff48376
commit 9365dfd215
15 changed files with 795 additions and 106 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "./tsconfig.phase2-smoke.json",
"compilerOptions": {
"outDir": ".next/i18n-v2-phase1-smoke-dist"
},
"include": [
"scripts/i18n-v2-phase1-smoke.ts",
"lib/i18n/locale-resolution.ts"
],
"exclude": ["node_modules"]
}