Skip to content

Commit

Permalink
Update locale examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Feb 6, 2022
1 parent 01d8bc5 commit 56a7e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Default is `None`. Specify a two letter [ISO639](https://en.wikipedia.org/wiki/L
Example outputs:

```yaml
27 April, 2021 # `locale: en` with `type: date` (default)
27 April, 2021 13:11:28 # `locale: en` with `type: datetime`
April 27, 2021 # `locale: en` with `type: date` (default)
April 27, 2021 13:11:28 # `locale: en` with `type: datetime`
2 weeks ago # `locale: en` with `type: timeago`
27 de marzo de 2021 # `locale: es` with `type: date`
27 de marzo de 2021 13:57:28 # `locale: es` with `type: datetime`
Expand Down

0 comments on commit 56a7e65

Please sign in to comment.