react-localize
Advanced tools
Changelog
3.0.0, 3.0.0-beta 2017-04-26
peerDependencies
now includes prop-types
🎉.Changelog
3.0.0, 3.0.0-beta 2017-04-26
peerDependencies
now includes prop-types
🎉.Changelog
2.0.1 2017-04-03
<Text/>
that assert it can work with larger, nested bundles by defaultbuild/
files, and doesn't download src/test files not
needed for consumption.PropTypes
correctly indicate any object can be passed, not just objectOf(string)
Changelog
2.0.0 2017-02-14
.eslintrc
, code clean up to get src/
directory passing new rules_localizeDebug
is set, and will
always be passed a safe to invoke function regardless of a missing context function.connect()
in that it passes
localize()
as a prop to components now, removing the need for components to access
context.save-exact
for installed dependenciesChangelog
1.1.1 2016-08-02
null
to localize('label', null)
more gracefullyChangelog
1.0.0
Intial release of <Localization />
wrapper and <Text />
helper components for looking up keys in
a message bundle and localizing text. Includes interpolation, custom rendering options, and
context helper function.