Skip to content

Commit

Permalink
updated: fallback texts, localization
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-dukhovnyy committed Jan 7, 2024
1 parent e83014e commit 362dc5a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions components/Header/Cart/HCart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,13 @@ const buy = () => {
align-items: center;
width: 100%;
height: 400px;
color: $color-muted;
font-size: 25px;
p {
color: #999;
font-size: 14px;
line-height: 1;
text-transform: uppercase;
}
img {
height: 150px;
Expand Down
2 changes: 1 addition & 1 deletion locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},

"cart": {
"cart-is-empty": "There are no items in your bag",
"cart-is-empty": "There are no accessories in your bag",
"delete-item": "Delete?"
},

Expand Down
2 changes: 1 addition & 1 deletion locales/uk-UA.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},

"cart": {
"cart-is-empty": "У вашому кошику немає товарів",
"cart-is-empty": "У вашому кошику немає аксесуарів",
"delete-item": "Видалити?"
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suncase",
"version": "3.3.1",
"version": "3.3.2",
"description": "Online sunglasses store",
"type": "module",
"author": "Oleksandr Dukhovnyy <[email protected]> (https://github.com/oleksandr-dukhovnyy)",
Expand Down

0 comments on commit 362dc5a

Please sign in to comment.