feat: Add language support (i18n)

This commit is contained in:
XlebyllleK
2025-01-12 17:12:43 +02:00
committed by GitHub
parent fc5b5ba217
commit b21d623aa0
17 changed files with 254 additions and 6992 deletions

View File

@@ -35,7 +35,11 @@
"gh-pages": "^6.3.0",
"lucide-react": "^0.471.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"i18next": "^24.2.1",
"react-i18next": "^15.4.0",
"i18next-http-backend": "^3.0.1",
"i18next-browser-languagedetector": "^8.0.2"
},
"devDependencies": {
"@eslint/js": "^9.17.0",