export default connect(state => ({
  currentLocale: state.intl.currentLocale,
  locales: state.intl.locales
}), { setCurrentLocale })(IntlPage);