Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
init (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
adildev101 authored Feb 9, 2024
1 parent 89a892f commit da43779
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions snippets/cart-drawer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
}

const CART_DRAWER_TRANSLATION = {
quantityVariant: '{{ 'cart.items.quantity' | t }}',
quantityVariant: "{{ 'cart.items.quantity' | t }}",
cartName: "{{ 'cart.cart' | t }}",
totalAmount: '{{ 'cart.total_amount' | t }}',
checkoutPayment: '{{ 'cart.summary.checkout_cta' | t }}',
emptyCart: '{{ 'cart.empty_cart' | t }}',
itemsName: '{{ 'cart.items_count' | t }}',
continueShopping: '{{ 'cart.summary.continue_shppping' | t }}',
totalAmount: "{{ 'cart.total_amount' | t }}",
checkoutPayment: "{{ 'cart.summary.checkout_cta' | t }}",
emptyCart: "{{ 'cart.empty_cart' | t }}",
itemsName: "{{ 'cart.items_count' | t }}",
continueShopping: "{{ 'cart.summary.continue_shppping' | t }}",
}

{% endjavascript %}
Expand Down

0 comments on commit da43779

Please sign in to comment.