Open
Description
Describe the bug
When using the locales
object in a section schema, those locales aren't surfaced as completion suggestions
Source
// section/test-section.liquid
{{ 'sections.test-' }}
{% schema %}
{
"name": "Section",
"locales": {
"en": {
"title": "Title"
}
}
}
{% endschema %}
Expected behaviour
Whilst typing 'sections.test-' in the tag at the top, 'sections.test-section.title' | t'
should be suggested, like with locales defined in locales/*.json
Actual behaviour
Nothing is suggested
Debugging information
- OS: Mac
- OS Version: Sequoia 15.2
- Theme Check Version: 3.73.2