@suluk/i18n - v0.1.0
    Preparing search index...

    Function loadMessages

    • Load a namespace's catalog for a locale, falling back to the DEFAULT locale's chunk when the locale is missing (saastarter's nsLoaders[locale] ?? nsLoaders.en, i18n.ts:189 — generalized to any default). Only the resolved chunk is imported (tree-shakeable). Throws only if NEITHER the locale nor the default has a loader (a config bug).

      Type Parameters

      • M

      Parameters

      Returns Promise<M>