Skip to content

Commit

Permalink
Update docs/docs/templates/reference/tags.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha authored Nov 28, 2024
1 parent dbb74f5 commit 428c05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/templates/reference/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ For example, the following lines are valid usages of the `localize` tag:
{% localize price format: "currency" %}
```

Values and the format parameter can be resolved as template variables too, but they can also be defined as literal values if necessary. The format argument must match a key defined in the locale file.
The provided values and the `format` argument can be resolved as template variables too, but they can also be defined as literal values if necessary. The `format` argument must match a key defined in the locale file.

Optionally, the result of the localization can be assigned to a specific variable using the `as` keyword:

Expand Down

0 comments on commit 428c05f

Please sign in to comment.