@jsverse/transloco
Version:
The internationalization (i18n) library for Angular
5 lines (4 loc) • 395 B
TypeScript
import { Tree } from '@angular-devkit/schematics';
export declare function typescriptTranslationFileCreator(source: Tree, lang: string): void;
export declare function jsonTranslationFileCreator(source: Tree, lang: string): void;
export declare function createTranslateFiles(langs: string[], creator: (source: Tree, lang: string) => void, path: any): import("@angular-devkit/schematics").Source;