Releases: agilebits/t-i18n
Releases · agilebits/t-i18n
0.2.0 - T("Hola, mundo!")
It's the first public release for T-i18n
! Go forth and localize.
What's new
- Simple values are now replaced in string messages without requiring pre-compilation, e.g.
T("Hello {name}", {name: "Wendy"})
- React component placeholders can be nested, e.g.
<strong><em>Hello</em></strong>