/** * Should be called in `i18n/request.ts` to create the configuration for the current request. */ function getRequestConfig(createRequestConfig) { return createRequestConfig; } export { getRequestConfig as default };