.liquid.
Source file
Save this example aslocales/en-US/messages.liquid.
Configure your files
Use thisi18n.yml for the example, or add its file mapping to your existing bucket.
See path templates for other layouts.
Translate
Install the CLI and setOPENAI_API_KEY in your
project’s .env.local or shell. You can also configure another
AI provider.
Behavior and limitations
- Translates hardcoded visible template text and protects Liquid output expressions.
-
Locale-key calls such as the
tfilter remain template structure. Translate their backing locale files separately. -
raw,comment,schema,javascript, andstylesheetblocks are preserved verbatim. - Standalone Liquid tags form segment boundaries. Template syntax is restored after translation.
Next steps
- Check translations before committing generated files.
- Local translation workflow explains repeat runs.
- Browse all file formats.

