fix: translations
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
class="inline-flex items-center rounded-lg justify-center p-2 hover:bg-gray-100 dark:hover:bg-gray-700 text-sm font-medium leading-none text-gray-900 dark:text-white">
|
||||
{% include 'components/icons/cart.svg' %}
|
||||
<span class="hidden sm:flex">
|
||||
{% blocktranslate %}
|
||||
Carrito
|
||||
{% endblocktranslate %}</span>
|
||||
{% translate 'Carrito' %}</span>
|
||||
<span class="ml-1">({{ cart.items.count }})</span>
|
||||
</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user