Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rmdort/react-redux-multilingual
Browse files Browse the repository at this point in the history
  • Loading branch information
rmdort committed Jan 11, 2018
2 parents 63463d7 + 57222fe commit 603733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let store = createStore(reducers)
ReactDOM.render(
<Provider store={store}>
<IntlProvider translations={translations}>
<IntlProvider translations={translations} locale='en'>
<App />
</IntlProvider>
</Provider>
Expand Down

0 comments on commit 603733a

Please sign in to comment.