Add internationalization support with i18next and language selector component

This commit is contained in:
2025-10-03 11:49:51 +08:00
parent a4a3cfafd2
commit 765ef6f9fc
9 changed files with 410 additions and 55 deletions

View File

@@ -10,8 +10,11 @@
"preview": "vite preview"
},
"dependencies": {
"i18next": "^25.5.3",
"i18next-browser-languagedetector": "^8.2.0",
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react-dom": "^19.1.1",
"react-i18next": "^16.0.0"
},
"devDependencies": {
"@eslint/js": "^9.36.0",