UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

2 lines (1 loc) 255 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e=require("react").cache((function(){return{locale:void 0}}));exports.getCachedRequestLocale=function(){return e().locale},exports.setCachedRequestLocale=function(t){e().locale=t};