UNPKG

intlayer

Version:

Manage internationalization i18n in a simple way, through TypeScript, declaration file, declare your multilingual content every where in your code.

66 lines 1.22 kB
export * from "@intlayer/config/client"; import configuration from "@intlayer/config/built"; const getConfiguration = () => configuration; import { cond, enu, gender, getDictionary, getEnumeration, getEnumeration as getEnumeration2, getHTMLTextDir, getIntlayer, getIntlayerAsync, getLocaleFromPath, getLocaleLang, getLocaleName, getLocalizedUrl, getMarkdownMetadata, getMultilingualUrls, getNesting, getPathWithoutLocale, getTranslation, getTranslation as getTranslation2, insert, localeFlatMap, localeList, localeMap, localeRecord, md, nest, t } from "@intlayer/core"; import { file } from "@intlayer/core/file"; export { cond, configuration, enu, file, gender, getConfiguration, getDictionary, getEnumeration, getEnumeration2 as getEnumerationContent, getHTMLTextDir, getIntlayer, getIntlayerAsync, getLocaleFromPath, getLocaleLang, getLocaleName, getLocalizedUrl, getMarkdownMetadata, getMultilingualUrls, getNesting, getPathWithoutLocale, getTranslation, getTranslation2 as getTranslationContent, insert, localeFlatMap, localeList, localeMap, localeRecord, md, nest, t }; //# sourceMappingURL=index.mjs.map