📌  相关文章
📜  {{ 'layout.customer.my 帐户' | to }} shopify - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:05.077000             🧑  作者: Mango

代码示例1
{{ 'blog.comment.email' | t }}

locales/en.default.json
Input (English)
{
  "blog": {
    "comment": {
        "email": "Your email"
    }
  }
}