mwg API
    Preparing search index...

    Interface Catalog

    interface Catalog {
        direction: Direction;
        locale: string;
        messages: Record<string, MessageValue>;
        typography?: boolean;
    }
    Index
    direction: Direction
    locale: string

    a BCP-47 tag, such as 'en', 'fr', or 'ar' - passed straight to Intl.PluralRules

    messages: Record<string, MessageValue>
    typography?: boolean

    Apply locale-aware typographic apostrophes when resolving messages. Defaults to true.