UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

13 lines (9 loc) 299 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /** * Should be called in `i18n/request.ts` to create the configuration for the current request. */ function getRequestConfig(createRequestConfig) { return createRequestConfig; } exports.default = getRequestConfig;