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

@ -4,6 +4,7 @@
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"allowImportingTsExtensions": true
"allowImportingTsExtensions": true,
"allowJs": true
}
}