export const changeLanguage = (router, locale) => { const path = router.asPath; router.push(path, path, { locale }); };