1
0
Fork 0

GarageApp and wisher projects added

GarageApp set up with translation with i18n, this required changes to
routes in src/index.tsx
This commit is contained in:
Techognito 2025-08-06 10:17:09 +02:00
parent 5469a93a57
commit fc84d8c479
17 changed files with 529 additions and 1 deletions

View file

@ -9,8 +9,14 @@
"start": "NODE_ENV=production bun src/index.tsx"
},
"dependencies": {
"i18next": "^25.3.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-fs-backend": "^2.6.0",
"i18next-http-backend": "^3.0.2",
"node": "^22.18.0",
"react": "^19",
"react-dom": "^19"
"react-dom": "^19",
"react-i18next": "^15.6.1"
},
"devDependencies": {
"@types/react": "^19",