Hey,
I added this code to my website
<script>
document.addEventListener('snipcart.ready', function() {
Snipcart.api.session.setLanguage('de', {
"cart_summary": {
"taxes": "20% Umsatzsteuer",
"taxes_included_in_price": "Alle Artikel enthalten 20% Umsatzsteuer."
}
});
});
</script>
and now the cart doesn’t translate anymore. Can I write this somehow without setting the language?
Thank you
All the best
Yulia