Update i18next and improve localization by integrating language detection. Refactor components to utilize translation functions for user-facing text, enhancing multilingual support across the application.

This commit is contained in:
2025-12-09 18:30:26 +05:00
parent 5f8a71e4ea
commit 33e26c3f2c
23 changed files with 396 additions and 119 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"ahooks": "^3.7.10",
"date-fns": "^2.30.0",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-browser-languagedetector": "^8.2.0",
"ky": "^1.1.3",
"peerjs": "^1.5.4",
"react": "^18.2.0",