Skip to content

Releases: derzunov/redux-react-native-i18n

v1.2.0

29 May 13:40
Compare
Choose a tag to compare

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
Choose a tag to compare

Readme.md updated

v1.1.0

19 Apr 12:27
Compare
Choose a tag to compare

Dependencies refactor

v1.0.0

09 Feb 12:37
Compare
Choose a tag to compare

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
Choose a tag to compare

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

  • i18n