What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Translate sections input settings

How do I translate theme customizer inputs in sections?

Fredmat
Visitor
3 0 7

Hello, Is there a way to translate sections input settings?

In a sections/sample-section.liquid:

645564465.png

 

 

 

 

 

 

 

 

 

So this input is shown in the Theme Customizer, and now I would like to translate that but it's not appearing in the Theme Languages Editor.

I can't find any help/support about that.

Thanks for any help !

Reply 1 (1)

Fredmat
Visitor
3 0 7

MY bad I forgot the code...

{% schema %}
  {
  "name": "Sample Section",
  "settings": [
    {
      "type": "text",
      "id": "sample_input",
      "label": "Sample Input"
    }
  ]
}
{% endschema %}