rucken
Version:
Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process
16 lines • 725 B
TypeScript
import { UtilsService } from '../utils/utils.service';
import { Extracti18nService } from './extract-i18n.service';
export declare class Extracti18nCommands {
private readonly extracti18nService;
private readonly utilsService;
private config;
constructor(extracti18nService: Extracti18nService, utilsService: UtilsService);
extracti18n({ locales, resetUnusedTranslates, clientProjectNameParts, e2eProjectNameParts, serverProjectNameParts, }: {
locales: string;
resetUnusedTranslates?: string;
clientProjectNameParts?: string;
e2eProjectNameParts?: string;
serverProjectNameParts?: string;
}): Promise<void>;
}
//# sourceMappingURL=extract-i18n.commands.d.ts.map