Skip to content

Instantly share code, notes, and snippets.

@nknighta
Created May 23, 2025 05:58
Show Gist options
  • Save nknighta/f88b704498b786d66fa66d9fcc460a83 to your computer and use it in GitHub Desktop.
Save nknighta/f88b704498b786d66fa66d9fcc460a83 to your computer and use it in GitHub Desktop.
const router = useRouter()
const { locale, locales, defaultLocale } = router
const currentLocale = locale || defaultLocale
const availableLocales = locales || []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment