feat: Add i18n

This commit is contained in:
elvis liao
2024-09-26 17:53:44 +08:00
parent a9fdceca6f
commit 85df8eb09d
6 changed files with 341 additions and 1 deletions

View File

@@ -40,7 +40,11 @@
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"zod": "^3.23.8"
"zod": "^3.23.8",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.1",
"react-i18next": "^15.0.2"
},
"devDependencies": {
"@types/node": "^22.0.0",