5 lines
128 B
JavaScript
5 lines
128 B
JavaScript
// Used to read the locale from the middleware
|
|
const HEADER_LOCALE_NAME = 'X-NEXT-INTL-LOCALE';
|
|
|
|
export { HEADER_LOCALE_NAME };
|