From 361db806af44b3e3d71e52bf98f859d6133b23e4 Mon Sep 17 00:00:00 2001 From: mahsem <137205921+mahsem@users.noreply.github.com> Date: Sun, 23 Jun 2024 13:26:23 +0200 Subject: [PATCH] fix: add translation for strings in cart.html fix: add translation for strings in cart.html --- webshop/templates/pages/cart.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/webshop/templates/pages/cart.html b/webshop/templates/pages/cart.html index 155bb3c3fa..86dbdb3fc4 100644 --- a/webshop/templates/pages/cart.html +++ b/webshop/templates/pages/cart.html @@ -19,15 +19,15 @@
- {{ _('Items') }} + {{ _("Items") }}
- - + + {% if cart_settings.enable_checkout or cart_settings.show_price_in_quotation %} - + {% endif %} @@ -47,11 +47,11 @@
{% if cart_settings.enable_checkout %} - {{ _('Past Orders') }} + {{ _("Past Orders") }} {% else %} - {{ _('Past Quotes') }} + {{ _("Past Quotes") }} {% endif %}
@@ -59,7 +59,7 @@ {% if doc.items %}
- {{ _('Continue Shopping') }} + {{ _("Continue Shopping") }}
{% endif %} @@ -87,9 +87,9 @@
{{ _("Terms and Conditions") }}
{% if show_coupon_code == 1%}
- + - +
{% endif %} @@ -109,14 +109,14 @@
{{ _("Terms and Conditions") }}
Empty State
-
{{ _('Your cart is Empty') }}

+
{{ _("Your cart is Empty") }}

{% if cart_settings.enable_checkout %} - {{ _('See past orders') }} + {{ _("See past orders") }} {% else %} - {{ _('See past quotations') }} + {{ _("See past quotations") }} {% endif %}
{{ _('Item') }}{{ _('Quantity') }}{{ _("Item") }}{{ _("Quantity") }}{{ _('Subtotal') }}{{ _("Subtotal") }}