Releases: derzunov/redux-react-native-i18n
Releases · derzunov/redux-react-native-i18n
v1.2.0
29 May 13:40
Compare
Sorry, something went wrong.
No results found
translatr > 2.x.x with nested keys support
redux-react-i18n ^1.3.0
Examples added, readme updated
v1.1.1
29 May 11:09
Compare
Sorry, something went wrong.
No results found
v1.1.0
19 Apr 12:27
Compare
Sorry, something went wrong.
No results found
v1.0.0
09 Feb 12:37
Compare
Sorry, something went wrong.
No results found
Changes
Providing props from to inner
Before:
< Text style = 'color: red' > < Loc locKey = "PageTitle" /> </ Text >
After:
< Loc locKey = "PageTitle" style = 'color: red' />
Require 1.0.0 major version of redux-react-i18n
v0.0.9
01 Dec 19:04
Compare
Sorry, something went wrong.
No results found
redux-react-native-i18n
An i18n solution with plural forms support for React Native apps on Redux
This package provides functionality of redux-react-i18n to React Native.
What's in the box
Components:
Loc ( Container Component )
LocPresentational ( Presentational Component )
Actions
setCurrent( languageCode )
setLanguages( languageCode )
addDictionary( languageCode, dictionary )
setDictionaries( dictionaries )
Reducer