feat(ui): add similar products section to ProductDetailPage

- Introduce a new section displaying similar products on the ProductDetailPage.
- Update state management to include similar products data.
- Enhance internationalization by adding translation keys for similar products in English, German, and Spanish.
This commit is contained in:
sebseb7
2025-10-08 06:26:00 +02:00
parent f8f2658653
commit 0e29ab2a61
4 changed files with 69 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ export default {
"individualPriceTotal": "Einzelpreis gesamt:",
"setPrice": "Set-Preis:",
"yourSavings": "Ihre Ersparnis:",
"similarProducts": "Ähnliche Produkte",
"countDisplay": {
"noProducts": "0 Produkte",
"oneProduct": "1 Produkt",

View File

@@ -28,6 +28,7 @@ export default {
"individualPriceTotal": "Total individual price:", // Einzelpreis gesamt:
"setPrice": "Set price:", // Set-Preis:
"yourSavings": "Your savings:", // Ihre Ersparnis:
"similarProducts": "Similar Products", // Ähnliche Produkte
"countDisplay": {
"noProducts": "0 products", // 0 Produkte
"oneProduct": "1 product", // 1 Produkt

View File

@@ -28,6 +28,7 @@ export default {
"individualPriceTotal": "Precio individual total:",
"setPrice": "Precio del set:",
"yourSavings": "Tus ahorros:",
"similarProducts": "Productos Similares",
"countDisplay": {
"noProducts": "0 productos",
"oneProduct": "1 producto",