interface I18NConfig {
    defaultLocale: string;
    domains?: DomainLocale[];
    localeDetection?: false;
    locales: string[];
}

Properties

defaultLocale: string
domains?: DomainLocale[]
localeDetection?: false
locales: string[]