next-intlayer
Version:
Simplify internationalization i18n in Next.js with context providers, hooks, locale detection, and multilingual content integration.
4 lines • 542 B
TypeScript
import { getLocale } from "./getLocale.js";
import { withIntlayer, withIntlayerSync } from "./withIntlayer.js";
import { IntlayerServer, IntlayerServerProvider, IntlayerServerProviderProps, locale, t, useDictionary, useDictionaryDynamic, useI18n, useIntlayer, useLoadDynamic, useLocale } from "react-intlayer/server";
export { IntlayerServer, IntlayerServerProvider, type IntlayerServerProviderProps, getLocale, locale, t, useDictionary, useDictionaryDynamic, useI18n, useIntlayer, useLoadDynamic, useLocale, withIntlayer, withIntlayerSync };