feat: first shoot on translation

This commit is contained in:
Julien Froidefond
2025-02-27 11:31:39 +01:00
parent 3c46afb294
commit f39e4779cf
15 changed files with 635 additions and 143 deletions

View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-toast": "1.1.5",
@@ -19,16 +19,19 @@
"@types/mongoose": "5.11.97",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "2.1.0",
"lucide-react": "0.323.0",
"clsx": "^2.1.1",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"lucide-react": "^0.476.0",
"mongoose": "8.1.0",
"next": "14.1.0",
"next-auth": "4.24.5",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^15.4.1",
"sharp": "0.33.2",
"tailwind-merge": "2.2.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "1.0.7",
"zod": "3.22.4"
},