From ed7ed6636d4c3b2425a5d787e8590c354bd97699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20K=C3=BCng?= Date: Fri, 13 Mar 2026 17:41:25 +0100 Subject: [PATCH] fix(front-end): al categories translated --- frontend/src/assets/i18n/de.json | 1 + frontend/src/assets/i18n/en.json | 1 + frontend/src/assets/i18n/fr.json | 1 + 3 files changed, 3 insertions(+) diff --git a/frontend/src/assets/i18n/de.json b/frontend/src/assets/i18n/de.json index cb0bbca..640bc79 100644 --- a/frontend/src/assets/i18n/de.json +++ b/frontend/src/assets/i18n/de.json @@ -132,6 +132,7 @@ "PROPERTY_LOW": "Niedrig", "PROPERTY_RIGID": "Steif", "PROPERTY_FLEXIBLE": "Flexibel", + "ALL_CATEGORIES": "Alle Kategorien", "CATEGORIES": { "FILAMENTS": "Filamente", "ACCESSORIES": "Zubehör" diff --git a/frontend/src/assets/i18n/en.json b/frontend/src/assets/i18n/en.json index 600c48d..def294f 100644 --- a/frontend/src/assets/i18n/en.json +++ b/frontend/src/assets/i18n/en.json @@ -132,6 +132,7 @@ "PROPERTY_LOW": "Low", "PROPERTY_RIGID": "Rigid", "PROPERTY_FLEXIBLE": "Flexible", + "ALL_CATEGORIES": "All categories", "CATEGORIES": { "FILAMENTS": "Filaments", "ACCESSORIES": "Accessories" diff --git a/frontend/src/assets/i18n/fr.json b/frontend/src/assets/i18n/fr.json index 6d27ad9..88cf993 100644 --- a/frontend/src/assets/i18n/fr.json +++ b/frontend/src/assets/i18n/fr.json @@ -196,6 +196,7 @@ "PROPERTY_LOW": "Faible", "PROPERTY_RIGID": "Rigide", "PROPERTY_FLEXIBLE": "Flexible", + "ALL_CATEGORIES": "Toutes les catégories", "CATEGORIES": { "FILAMENTS": "Filaments", "ACCESSORIES": "Accessoires" -- 2.49.1