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
12 lines • 399 B
TypeScript
export interface Extracti18nConfig {
extracti18n: {
locales: string[];
markers: string[];
resetUnusedTranslates: string;
serverProjectNameParts: string[];
clientProjectNameParts: string[];
e2eProjectNameParts: string[];
};
}
export declare const DEFAULT_EXTRACT_I18N_CONFIG: Extracti18nConfig;
//# sourceMappingURL=extract-i18n.config.d.ts.map