feat: add i18n for multi languages

This commit is contained in:
2025-09-30 15:53:17 +08:00
parent 99a97139df
commit cf266880bb
13 changed files with 343 additions and 49 deletions

View File

@@ -20,7 +20,9 @@
"zustand": "^4.5.2",
"zod": "^3.22.4",
"nanoid": "^5.0.7",
"@hookform/resolvers": "^3.3.4"
"@hookform/resolvers": "^3.3.4",
"i18next": "^23.11.5",
"react-i18next": "^14.1.1"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",