UNPKG

next-intlayer

Version:

Simplify internationalization i18n in Next.js with context providers, hooks, locale detection, and multilingual content integration.

19 lines 334 B
import { useDictionary, IntlayerServer, IntlayerServerProvider, locale, useIntlayer, t } from "react-intlayer/server"; import { withIntlayer } from "./withIntlayer.mjs"; export { IntlayerServer, IntlayerServerProvider, locale, t, useDictionary, useIntlayer, withIntlayer }; //# sourceMappingURL=index.mjs.map