Skip to content

Commit

Permalink
fix(default-theme): catalog, hydration problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanilowicz committed Aug 5, 2022
1 parent 31b4dd3 commit 4bb4272
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</SwButton>
<div
class="navbar__sort desktop-only"
v-show="isMounted && getSortingOrders.length"
v-if="isMounted && getSortingOrders.length"
>
<span class="navbar__label">{{ $t("Sort by") }}:</span>
<SfSelect v-model="currentSortingOrder" class="sort-by">
Expand Down
1 change: 1 addition & 0 deletions packages/default-theme/src/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
"Name Z-A": "Name Z-A",
"Price ascending": "Preis aufsteigend",
"Price descending": "Preis absteigend",
"created at": "created at",
"Topseller": "Topseller",
"manufacturer": "Hersteller",
"price": "Preis",
Expand Down
1 change: 1 addition & 0 deletions packages/default-theme/src/locales/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
"Name Z-A": "Name Z-A",
"Price ascending": "Price ascending",
"Price descending": "Price descending",
"created at": "created at",
"Topseller": "TOP seller",
"manufacturer": "Manufacturer",
"price": "Price",
Expand Down
1 change: 1 addition & 0 deletions packages/default-theme/src/locales/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
"Name Z-A": "nome Z-A",
"Price ascending": "prezzo crescente",
"Price descending": "prezzo decrescente",
"created at": "created at",
"Topseller": "TOP seller",
"manufacturer": "Produttore",
"price": "Prezzo",
Expand Down
1 change: 1 addition & 0 deletions packages/default-theme/src/locales/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
"Name Z-A": "Naam Z-A",
"Price ascending": "Prijs oplopend",
"Price descending": "Prijs aflopend",
"created at": "created at",
"Topseller": "Topseller",
"manufacturer": "Fabrikant",
"price": "Prijs",
Expand Down
1 change: 1 addition & 0 deletions packages/default-theme/src/locales/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
"Name Z-A": "Nazwy Z-A",
"Price ascending": "Ceny rosnąco",
"Price descending": "Ceny malejąco",
"created at": "Data dodania",
"Topseller": "Najczęściej kupowane",
"manufacturer": "Producent",
"price": "Cena",
Expand Down

0 comments on commit 4bb4272

Please sign in to comment.