diff --git a/src/i18n/messages.types.ts b/src/i18n/messages.types.ts index 57c06d8a..7431384d 100644 --- a/src/i18n/messages.types.ts +++ b/src/i18n/messages.types.ts @@ -60,6 +60,7 @@ export interface Messages { price: string; brand: string; fit: string; + collection: string; }; facetsPanel: { title: string; diff --git a/src/i18n/messages/en.messages.json b/src/i18n/messages/en.messages.json index 29eb3882..8ba9f1fd 100644 --- a/src/i18n/messages/en.messages.json +++ b/src/i18n/messages/en.messages.json @@ -58,7 +58,8 @@ "categoryPaths": "Categories", "price": "Price", "brand": "Brand", - "fit": "Fit" + "fit": "Fit", + "collection": "Collection" }, "facetsPanel": { "title": "SORT & FILTER", diff --git a/src/i18n/messages/es.messages.json b/src/i18n/messages/es.messages.json index f84bb95f..becfef3c 100644 --- a/src/i18n/messages/es.messages.json +++ b/src/i18n/messages/es.messages.json @@ -58,7 +58,8 @@ "categoryPaths": "Categorías", "price": "Precio", "brand": "Marca", - "fit": "Fit" + "fit": "Fit", + "collection": "Colección" }, "facetsPanel": { "title": "ORDENAR & FILTRAR", diff --git a/src/i18n/messages/fr.messages.json b/src/i18n/messages/fr.messages.json index 30896483..9db1a8ab 100644 --- a/src/i18n/messages/fr.messages.json +++ b/src/i18n/messages/fr.messages.json @@ -58,7 +58,8 @@ "categoryPaths": "Catégories", "price": "Prix", "brand": "Marque", - "fit": "Fit" + "fit": "Fit", + "collection": "Collection" }, "facetsPanel": { "title": "TRIER ET FILTRER", diff --git a/src/i18n/messages/it.messages.json b/src/i18n/messages/it.messages.json index e2882736..5a49a95e 100644 --- a/src/i18n/messages/it.messages.json +++ b/src/i18n/messages/it.messages.json @@ -58,7 +58,8 @@ "categoryPaths": "Categorie", "price": "Prezzo", "brand": "Marca", - "fit": "Fit" + "fit": "Fit", + "collection": "Collezione" }, "facetsPanel": { "title": "ORDINA & FILTRA", diff --git a/src/i18n/messages/pt.messages.json b/src/i18n/messages/pt.messages.json index 9e1a8419..f8ec7af2 100644 --- a/src/i18n/messages/pt.messages.json +++ b/src/i18n/messages/pt.messages.json @@ -58,7 +58,8 @@ "categoryPaths": "Categorias", "price": "Preço", "brand": "Marca", - "fit": "Fit" + "fit": "Fit", + "collection": "Coleção" }, "facetsPanel": { "title": "ORDENAR & FILTRAR",