Hi, I have some custom sections that I added according to the docs customization section. I was wondering how I can localize the text for this.
Consider the example from the docs
<div id="snipcart-templates">
<address-fields section="top">
<div>
<snipcart-label for="phone">
Phone number
</snipcart-label>
<snipcart-input name="phone">
</snipcart-input>
</div>
</address-fields>
</div>
How can I display “phone number” for the english site and “numéro de téléphone” on the french site