I initialized i18n translation object once in a component ( first component that loads in the app ) . That same object is required In all other components. I do
i18n
You can use mixins in react https://facebook.github.io/react/docs/reusable-components.html#mixins .