UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

4 lines (3 loc) 217 B
import type { NextConfig } from 'next'; import type { PluginConfig } from './types.js'; export default function createNextIntlPlugin(i18nPathOrConfig?: string | PluginConfig): (nextConfig?: NextConfig) => NextConfig;