UNPKG

@lingui/cli

Version:

Lingui CLI to extract messages, compile catalogs, and manage translation workflows

4 lines (3 loc) 289 B
import type { MergeOptions } from "../catalog.js"; import { CatalogType, ExtractedCatalogType } from "../types.js"; export declare function mergeCatalog(prevCatalog: CatalogType | undefined, nextCatalog: ExtractedCatalogType, forSourceLocale: boolean, options: MergeOptions): CatalogType;