UNPKG

@sap-ux/i18n

Version:
16 lines 534 B
import type { CdsEnvironment, CdsI18nConfiguration } from '../types'; /** * Get i18n configuration. * * @param env cds environment * @returns cds i18n configuration */ export declare function getI18nConfiguration(env: CdsEnvironment): CdsI18nConfiguration; /** * Returns a list of allowed i18n folder names, where translation files can be found. * * @param env cds environment * @returns array of folder names */ export declare function getI18nFolderNames(env: CdsEnvironment): string[]; //# sourceMappingURL=config.d.ts.map