Update theme configuration translation guidelines#2363
Conversation
Clarified usage of snippet keys for translations in theme configuration, including file storage locations and naming conventions.
Developer Docs healthcheckStatus: Waiting for approval from someone with write access. Fork PRs need approval from a maintainer with write access before the healthcheck can run. GitHub approves only the latest commit, so every new commit pushed after approval needs another approval. |
Micha Hobert (Isengo1989)
left a comment
There was a problem hiding this comment.
Thank you for the PR Marc (@cramytech) 👍
There was a problem hiding this comment.
Pull request overview
This PR updates the Shopware 6 theme configuration documentation to clarify that theme configuration translations should use Administration snippet keys (to support inheritance) and provides guidance on where to store those snippet files.
Changes:
- Added guidance on storing theme configuration translation snippet keys in Administration snippet JSON files.
- Documented the fallback/override behavior between base language files (e.g.
de.json) and locale-specific files (e.g.de-DE.json).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Clarified usage of snippet keys for translations in theme configuration, including file storage locations and naming conventions.
Summary
Related links
Checklist
PageRefreferences where relevant..gitbook.yamlif pages were moved, renamed, or deleted..wordlist.txt(and sorted it) if spellcheck flags new legitimate terms.Notes
Beyond this change, the documentation should be updated to include code examples from the snippet files.