UNPKG

ngx-translate-extract

Version:

Extract strings from projects using ngx-translate. Forked from biesbjerg/ngx-translate-extract

9 lines (8 loc) 328 B
export declare class Translatify { private readonly TRANSLATE; private readonly translatableRegex; private readonly translateKeyIdentifier; convertToExtract(content: string): string; private getTranslateGroupKey(content); private modifyStringForTranslationExtraction(content, regex, groupKey); }