In my theme, I have a few custom liquid blocks. When using the «Shopify Translate & Adapt»-app in order to translate my content from German to French, the content inside the custom liquid blocks is not being translated.
Here is one example of the code I have put into one of my custom liquid blocks:
<ul>
<li><b>5% Rabatt</b> bei 2 Stk.</li>
<li><b>10% Rabatt</b> bei 3 Stk.</li>
</ul>
How can I format the code in a fashion that allows the Shopify Translate & Adapt app to translate the content of the custom liquid block?