interface
PluginMessageCatalog
interface PluginMessageCatalog { ... }A validated plugin-owned fallback catalog and its language catalogs.
Source packages/plugin/src/index.ts:23
fallbackReadonly<Record<string, TranslationMessage>>- The fallback value.
translationsReadonly<Record<string, Readonly<Record<string, TranslationMessage>>>>- The translations value.