Shopify i18n Basics

Installation
SKILL.md

Shopify i18n Basics

Locale File Structure

Shopify themes use JSON files in the locales/ directory:

locales/
├── en.default.json          # English (default language)
├── en.default.schema.json   # English schema translations
├── fr.json                  # French translations
├── fr.schema.json           # French schema translations
├── de.json                  # German translations
└── de.schema.json           # German schema translations

File Types

1. Content Translations (en.default.json)

Installs
–
GitHub Stars
4
First Seen
–
Shopify i18n Basics — sarojpunde/shopify-dev-toolkit-claude-plugins