Skip to content

Instantly share code, notes, and snippets.

@rxluz
Created December 13, 2017 21:05
Show Gist options
  • Save rxluz/e3fb468f61bc25914ebad19b604c8d81 to your computer and use it in GitHub Desktop.
Save rxluz/e3fb468f61bc25914ebad19b604c8d81 to your computer and use it in GitHub Desktop.
Implementing i18n in your application
import {i18nState} from "redux-i18n"
// with Immutable.js:
import {i18nState} from "redux-i18n/immutable"
const appReducer = combineReducers({
otherreducers,
i18nState
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment