UNPKG

astro-loader-i18n

Version:

An Astro content loader for i18n files and folder structures.

8 lines (7 loc) 478 B
export { i18nLoader } from './loaders/i18n-loader'; export { i18nContentLoader } from './loaders/i18n-content-loader'; export { localized } from './schemas/i18n-content-schema'; export { extendI18nLoaderSchema, i18nLoaderSchema } from './schemas/i18n-loader-schema'; export { i18nPropsAndParams, i18nProps } from './props-and-params/i18n-props-and-params'; export { createI18nCollection } from './collections/create-i18n-collection'; export { resolvePath } from './utils/path';