@intlayer/core
Version:
Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.
14 lines (13 loc) • 983 B
JavaScript
import { localeResolver } from "./localeResolver.mjs";
import { localeDetector } from "./localeDetector.mjs";
import { getBrowserLocale, localeStorageOptions } from "./getBrowserLocale.mjs";
import { getHTMLTextDir } from "./getHTMLTextDir.mjs";
import { getLocaleFromPath } from "./getLocaleFromPath.mjs";
import { getLocaleLang } from "./getLocaleLang.mjs";
import { getLocaleName } from "./getLocaleName.mjs";
import { getPathWithoutLocale } from "./getPathWithoutLocale.mjs";
import { getPrefix } from "./getPrefix.mjs";
import { getLocalizedUrl } from "./getLocalizedUrl.mjs";
import { getMultilingualUrls } from "./getMultilingualUrls.mjs";
import { localeFlatMap, localeMap, localeRecord } from "./localeMapper.mjs";
export { getBrowserLocale, getHTMLTextDir, getLocaleFromPath, getLocaleLang, getLocaleName, getLocalizedUrl, getMultilingualUrls, getPathWithoutLocale, getPrefix, localeDetector, localeFlatMap, localeMap, localeRecord, localeResolver, localeStorageOptions };