feat: add i18n with type safety

This commit is contained in:
Sonny
2024-04-30 00:36:13 +02:00
committed by Sonny
parent 31f22d382e
commit 2cc490b611
32 changed files with 706 additions and 30 deletions

View File

@@ -75,10 +75,12 @@
"@inertiajs/react": "^1.0.16",
"@vinejs/vine": "^2.0.0",
"edge.js": "^6.0.2",
"i18next": "^23.11.3",
"luxon": "^3.4.4",
"pg": "^8.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.1",
"reflect-metadata": "^0.2.2",
"uuid": "^9.0.1"
},