Missing completions for section locales
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 234
- Forks
- 92
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 6
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce completion in section/test-section.liquid using the provided schema, then compare it with locale entries from locales/*.json. Trace how the editor discovers translation keys and ensure section-schema locales produce the expected sections.test-section.title suggestion; verify the original example no longer returns no suggestions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100