Added react i18next.

This commit is contained in:
SamTV12345 2024-03-09 14:04:00 +01:00
parent 6f440a13cd
commit 61a95c1630
13 changed files with 449 additions and 32 deletions

View file

@ -11,8 +11,12 @@
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-toast": "^1.1.5",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-router-dom": "^6.22.3",
"zustand": "^4.5.2"
},
@ -28,6 +32,7 @@
"socket.io-client": "^4.7.4",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vite-plugin-static-copy": "^1.0.1",
"vite-plugin-svgr": "^4.2.0"
}
}