Add multi-languages support with i18next
Some checks failed
Linux arm64 / Build-and-Deploy (push) Failing after 7s

This commit is contained in:
Morph01
2025-03-04 21:39:02 +01:00
parent 069be079eb
commit b9ce2ffdc2
19 changed files with 419 additions and 80 deletions

View File

@@ -7,11 +7,15 @@
},
"dependencies": {
"@types/react-router-dom": "^5.3.3",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.4.1",
"react-router-dom": "^6.22.0",
"react-scripts": "^5.0.1",
"react-scroll": "^1.8.9",
"typescript": "^5.8.2",
"web-vitals": "^2.1.4"
},
"scripts": {