UNPKG

@sap-ux/i18n

Version:

Library for i18n

6 lines 640 B
export { getCapI18nBundle, getPropertiesI18nBundle } from './read/index.js'; export { createCapI18nEntries, createPropertiesI18nEntries, removeAndCreateI18nEntries } from './write/index.js'; export { getI18nFolderNames, getI18nMaxLength, getI18nTextType, extractI18nKey, extractDoubleCurlyBracketsKey, getI18nUniqueKey, convertToCamelCase, convertToPascalCase, printPropertiesI18nEntry, printPropertiesI18nAnnotation } from './utils/index.js'; export { SapLongTextType, SapShortTextType } from './types.js'; export { csvToI18nBundle, jsonToI18nBundle, propertiesToI18nEntry } from './transformer/index.js'; //# sourceMappingURL=index.js.map