How to use the redux-i18n.setTranslations function in redux-i18n

To help you get started, we’ve selected a few redux-i18n examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github APSL / redux-i18n / demo / src / mainreducer.js View on Github external
getRemoteTranslations() {
    this.props.dispatch(setTranslations({
      'es': {
        'Hello world!': 'Hola Mundo!'
      }
    }))
  }

redux-i18n

A simple and powerful package for translate your react applications.

MIT
Latest version published 1 year ago

Package Health Score

51 / 100
Full package analysis