feat(i18n): integrate i18next for internationalization support and add initial translation setup

This commit is contained in:
kever
2026-02-16 13:44:16 +08:00
parent aeab7f67a8
commit 401f2b8db4
8 changed files with 1484 additions and 194 deletions

View File

@@ -12,8 +12,10 @@
"dependencies": {
"@ant-design/icons": "^5.2.6",
"antd": "^5.12.8",
"i18next": "^23.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.3",
"react-router-dom": "^7.6.3",
"zustand": "^5.0.6"
},