Stratal API Reference
    Preparing search index...

    Interface ResolvedI18nOptions

    Resolved options with all defaults applied Used internally by I18n services

    interface ResolvedI18nOptions {
        defaultLocale: string;
        fallbackLocale: string;
        locales: string[];
        messages: Record<string, Record<string, unknown>>;
    }
    Index

    Properties

    defaultLocale: string
    fallbackLocale: string
    locales: string[]
    messages: Record<string, Record<string, unknown>>