Skip to content

Make react-intl lux-aware, and capable of consuming translations from a lux store.

License

Notifications You must be signed in to change notification settings

LeanKit-Labs/lux-i18n

Repository files navigation

lux-i18n

Make react-intl lux-aware, and capable of consuming translations from a lux store.

Bare-Bones Example Usage

import { intlWrapper } from "lux-i18n";
const InternationalizedApp = intlWrapper( App );
ReactDOM.render( <InternationalizedApp />, document.querySelector( ".main" ) );