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 c864b88 commit dbb74f5
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 @@ -285,7 +285,7 @@ Templates that are included using the `include` template are parsed and rendered

The `localize` template tag allows performing localization of values such as dates, numbers, and times by using the [I18n gem](https://crystal-i18n.github.io/localization.html), which is leveraged by Marten for its [internationalization features](../../i18n/introduction.md). It must take at least one argument (the value to localize) followed by an optional `format` keyword argument.

For example, the following lines are valid usages of the localize tag:
For example, the following lines are valid usages of the `localize` tag:

```html
{% localize created_at %}
Expand Down

0 comments on commit dbb74f5

Please sign in to comment.