UNPKG

@sap-ux/i18n

Version:
12 lines 581 B
import type { NewI18nEntry } from '../../types'; import type { Editor } from 'mem-fs-editor'; /** * Write i18n entries to an existing i18n.properties file. * * @param i18nFilePath i18n file path * @param newI18nEntries new i18n entries that will be maintained * @param fs optional `mem-fs-editor` instance. If provided, `mem-fs-editor` api is used instead of `fs` of node * @returns boolean */ export declare function writeToExistingI18nPropertiesFile(i18nFilePath: string, newI18nEntries: NewI18nEntry[], fs?: Editor): Promise<boolean>; //# sourceMappingURL=index.d.ts.map