feat: start working on internationalization

This commit is contained in:
duskflower 2025-01-24 20:17:03 +01:00
parent 21660101af
commit a9dda69fef
17 changed files with 466 additions and 60 deletions

View file

@ -3,7 +3,8 @@
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",