Releases: alexblunck/react-i18n
Releases · alexblunck/react-i18n
v0.7.0
v0.6.0
New
- Added
I18nProvider
component (See readme)
Updates
- Use
webpack
for the build step
v0.5.0
Added
- Ability to pass
locale
argument toI18n.translate
method (Overrides default & set locale) - Added
locale
prop toTranslate
component __
helper function which is proxy forI18n.translate
method
v0.4.0
Added
- Support for "shortcuts" (Allows using
a.b.c
key to access translation ata.b.c.c
v0.3.0
Added
reactI18nDidSetLocale
event is emitted on window after setting locale
Fixes
I18n.translate
now returns translation key as fallback only if the value is undefined
v0.2.2
- Added
browserLocale
computed property toI18n
class
v0.2.1
- Added ability to set
html
prop onTranslate
component
v0.1.1
- If translation can't be found fallback to key
v0.1.0
Initial release