UNPKG

@bmat/translation-management

Version:

Manage Front-End translations from multiple sources

5 lines (4 loc) 172 B
/** * Create a XLIFF v1.2 file with an empty body */ export declare function xliff12Factory(sourceLanguage: string, original?: string, addEmptyFile?: boolean): Document;