Redux React Native I18n Versions Save

An i18n solution for React Native apps on Redux

v1.2.0

6 years ago

translatr > 2.x.x with nested keys support redux-react-i18n ^1.3.0 Examples added, readme updated

v1.1.1

6 years ago

Readme.md updated

v1.1.0

6 years ago

Dependencies refactor

v1.0.0

7 years ago

Changes

  • Providing props from <Loc/> 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

7 years ago

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