UNPKG

@intlayer/core

Version:

Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.

6 lines (5 loc) 591 B
import { icuToIntlayerFormatter, intlayerToICUFormatter } from "./ICU.mjs"; import { i18nextToIntlayerFormatter, intlayerToI18nextFormatter } from "./i18next.mjs"; import { intlayerToPortableObjectFormatter, portableObjectToIntlayerFormatter } from "./po.mjs"; import { intlayerToVueI18nFormatter, vueI18nToIntlayerFormatter } from "./vue-i18n.mjs"; export { i18nextToIntlayerFormatter, icuToIntlayerFormatter, intlayerToI18nextFormatter, intlayerToICUFormatter, intlayerToPortableObjectFormatter, intlayerToVueI18nFormatter, portableObjectToIntlayerFormatter, vueI18nToIntlayerFormatter };