UNPKG

next-translate-routes-multi-domain

Version:

Flexible and translated routes for Next.js without custom server

3 lines (2 loc) 202 B
import { NextRouter, SingletonRouter } from 'next/router'; export declare const getLocale: ({ locale, defaultLocale, locales }: NextRouter | SingletonRouter, explicitLocale?: string | false) => string;