UNPKG

@lingui/cli

Version:

CLI for working wit message catalogs

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