feat: initial i18n support

This commit is contained in:
JustSong
2025-02-01 12:15:38 +08:00
parent 1521df6551
commit bdf312e5dc
7 changed files with 173 additions and 32 deletions

View File

@@ -5,10 +5,14 @@
"dependencies": {
"axios": "^0.27.2",
"history": "^5.3.0",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.2",
"marked": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-i18next": "^15.4.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-toastify": "^9.0.8",