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
4 lines • 364 B
TypeScript
export declare function i18nextToPo(locale: string, body: string | Buffer, options?: {}): Promise<Buffer>;
export declare function i18nextToPot(locale: string, body: string | Buffer, options?: {}): Promise<Buffer>;
export declare function i18nextToMo(locale: string, body: string | Buffer, options?: {}): Promise<Buffer>;
//# sourceMappingURL=i18next-conv.d.ts.map