Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
olegdeezus committed Jun 21, 2018
1 parent ad62720 commit 1ee782c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/configureStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const locale = ls.getLocale()
// set moment locale
moment.locale(locale)

store.dispatch(loadTranslations(require('../i18n/')))
store.dispatch(loadTranslations(require('../i18n/').default))
store.dispatch(setLocale(locale))

// load i18n from the public site
Expand Down

0 comments on commit 1ee782c

Please sign in to comment.