@sap-ux/i18n
Version:
Library for i18n
10 lines • 345 B
TypeScript
import type { I18nEntry } from './../../types';
/**
* Convert `.properties` content to i18n entries.
*
* @param content `.properties` content
* @param filePath path to i18n file
* @returns i18n entry
*/
export declare function propertiesToI18nEntry(content: string, filePath?: string): I18nEntry[];
//# sourceMappingURL=properties.d.ts.map