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
20 lines • 946 B
TypeScript
import { Extracti18nService } from '../extract-i18n/extract-i18n.service';
import { GettextService } from '../gettext/gettext.service';
import { UtilsService } from '../utils/utils.service';
export declare class TranslateCommands {
private readonly gettextService;
private readonly extracti18nService;
private readonly utilsService;
private extracti18nConfig;
private gettextConfig;
constructor(gettextService: GettextService, extracti18nService: Extracti18nService, utilsService: UtilsService);
translate({ defaultLocale, locales, resetUnusedTranslates, clientProjectNameParts, e2eProjectNameParts, serverProjectNameParts, }: {
defaultLocale: string;
locales: string;
resetUnusedTranslates?: string;
clientProjectNameParts?: string;
e2eProjectNameParts?: string;
serverProjectNameParts?: string;
}): Promise<void>;
}
//# sourceMappingURL=translate.commands.d.ts.map