UNPKG

intlayer

Version:

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

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