export default ({ app,$cookies,$config, store }) => { app.router.beforeEach((to, from, next) => { app.i18n.locale = store.state.locale next() }) }