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).
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).