How can I translate input settings in theme customizer?

Hello,

Is there a way to translate sections input settings?

In a sections/sample-section.liquid:

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

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 !

2 Likes