Locales
The locales folder contains translation files to support multiple languages, making your Members Area accessible to international students.
Overview
Each language has two files:- Content translations (
[language].default.json) - For user-facing text - Schema translations (
[language].schema.json) - For theme editor labels and instructions
Supported Languages
- Portuguese (
pt.default.jsonandpt.schema.json) - English (
en.default.jsonanden.schema.json) - Spanish (
es.default.jsonandes.schema.json)
Directory Structure
Content Translation Example
Schema Translation Example
Using Translations in Templates
To use translations in your Liquid templates, use thet filter with the translation key:
Translation with Variables
You can include variables in your translations:Using Translation in Schemas
To use translations in your schemas, use thet: prefix:
