Skip to content

Commit 33af3f7

Browse files
committed
Added reference to Humanizer
1 parent d900da0 commit 33af3f7

File tree

1 file changed

+11
-0
lines changed
  • sessions/Season-03/0309-Globalization

1 file changed

+11
-0
lines changed

sessions/Season-03/0309-Globalization/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,14 @@ For a simpler approach to providing localized content, I recommend JSakamoto's T
8888

8989
https://github.com/jsakamoto/Toolbelt.Blazor.I18nText
9090

91+
## Humanizer
92+
93+
I also recommend you check out Humanizer for formatting of relative dates and times using automatically translated terms.
94+
95+
https://github.com/Humanizr/Humanizer
96+
97+
Install it in your project with
98+
99+
```
100+
dotnet add package Humanizer
101+
```

0 commit comments

Comments
 (0)