Revert "feat(i18n): implement internationalization support and refactor components for localization"

This commit is contained in:
mr. m
2025-05-13 19:25:58 +02:00
committed by GitHub
parent f38132a719
commit f0ecba2079
40 changed files with 863 additions and 1592 deletions

View File

@@ -2,12 +2,6 @@
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact",
"baseUrl": ".",
"paths": {
"~/*": [
"./src/*"
]
}
"jsxImportSource": "preact"
}
}
}