Skip to content

t

Translates a key from the theme’s locales/ files. Supports interpolation and counts.

Syntax

{{ 'products.product.add_to_cart' | t }}

Parameters

ParameterDescription
(named args)Interpolated into the translation
countSelects singular/plural forms

Example

{{ 'cart.items_count' | t: count: cart.item_count }}

Output:

3 items