UNPKG

@lingui/cli

Version:

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

8 lines (7 loc) 218 B
import { LinguiConfigNormalized } from "@lingui/conf"; /** * Return paths of catalogs to watch */ export declare function getPathsForCompileWatcher(config: LinguiConfigNormalized): Promise<{ paths: string[]; }>;