feat: Implement internationalization

This commit is contained in:
Jesse Wierzbinski 2024-12-07 20:24:09 +01:00
parent 02d9869737
commit 8c3ddc2a28
No known key found for this signature in database
23 changed files with 399 additions and 123 deletions

View file

@ -75,6 +75,12 @@
"indentWidth": 4
},
"files": {
"ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"]
"ignore": [
"node_modules/**/*",
"dist/**/*",
".output",
".nuxt",
"paraglide"
]
}
}