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
13 lines (12 loc) • 448 B
TypeScript
import { UtilsService } from '../utils/utils.service';
import { GettextService } from './gettext.service';
export declare class GettextCommands {
private readonly gettextService;
private readonly utilsService;
private readonly config;
constructor(gettextService: GettextService, utilsService: UtilsService);
gettext({ defaultLocale, locales, }: {
defaultLocale: string;
locales: string;
}): Promise<void>;
}