UNPKG

@lingui/cli

Version:

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

5 lines (4 loc) 370 B
import { ExperimentalExtractorOptions, LinguiConfigNormalized } from "@lingui/conf"; import { Catalog } from "../api/catalog.js"; import { FormatterWrapper } from "../api/formats/index.js"; export declare function getExperimentalCatalogs(linguiConfig: LinguiConfigNormalized, format: FormatterWrapper, extractorConfig: ExperimentalExtractorOptions): Promise<Catalog[]>;