MAIDR JavaScript API
    Preparing search index...

    Type Alias LocalePack

    LocalePack: readonly [
        locale: Locale,
        messages: Readonly<Record<MessageKey, string>>,
    ]

    A dictionary handed to MAIDR from outside the core bundle: the locale it speaks and its messages, keyed like the English dictionary.