Skip to content

0.3.30

Compare
Choose a tag to compare
@derzunov derzunov released this 23 Jan 16:39
· 56 commits to master since this release

Changes

  • Providing props from to inner

Before:

<span style='color: red'><Loc locKey="PageTitle"/></span>

After:

<Loc locKey="PageTitle" style='color: red'/>

What's in the box

Components:

  • Loc ( Container Component )
  • LocPresentational ( Presentational Component )

Actions

  • setCurrent( languageCode )
  • setLanguages( languageCode )
  • addDictionary( languageCode, dictionary )
  • setDictionaries( dictionaries )

Reducer

  • i18n