Skip to content

Commit

Permalink
feat: add translations to collection facet (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
herrardo authored Sep 26, 2023
1 parent 3570670 commit fc38bf5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/i18n/messages.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export interface Messages {
price: string;
brand: string;
fit: string;
collection: string;
};
facetsPanel: {
title: string;
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/messages/en.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"categoryPaths": "Categories",
"price": "Price",
"brand": "Brand",
"fit": "Fit"
"fit": "Fit",
"collection": "Collection"
},
"facetsPanel": {
"title": "SORT & FILTER",
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/messages/es.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"categoryPaths": "Categorías",
"price": "Precio",
"brand": "Marca",
"fit": "Fit"
"fit": "Fit",
"collection": "Colección"
},
"facetsPanel": {
"title": "ORDENAR & FILTRAR",
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/messages/fr.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"categoryPaths": "Catégories",
"price": "Prix",
"brand": "Marque",
"fit": "Fit"
"fit": "Fit",
"collection": "Collection"
},
"facetsPanel": {
"title": "TRIER ET FILTRER",
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/messages/it.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"categoryPaths": "Categorie",
"price": "Prezzo",
"brand": "Marca",
"fit": "Fit"
"fit": "Fit",
"collection": "Collezione"
},
"facetsPanel": {
"title": "ORDINA & FILTRA",
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/messages/pt.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"categoryPaths": "Categorias",
"price": "Preço",
"brand": "Marca",
"fit": "Fit"
"fit": "Fit",
"collection": "Coleção"
},
"facetsPanel": {
"title": "ORDENAR & FILTRAR",
Expand Down

0 comments on commit fc38bf5

Please sign in to comment.