We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18c087 commit 19bf38fCopy full SHA for 19bf38f
src/components/language-switcher.js
@@ -38,7 +38,6 @@ export const LanguageSwitcher = () => {
38
const catalog = await import(`../locales/${localeString}/messages.js`)
39
i18n.load(localeString, catalog.messages)
40
i18n.activate(localeString)
41
- router.push(pathname, { locale: localeString })
42
}
43
44
useEffect(() => {
0 commit comments