@winstrike/next-i18next-koa
Version:
The easiest way to translate your NextJs apps. With Koa support only. Forked from 'next-i18next'.
8 lines • 537 B
JavaScript
export { default as consoleMessage } from './console-message.js';
export { default as forceTrailingSlash } from './force-trailing-slash';
export { default as lngFromReq } from './lng-from-req';
export { default as lngPathCorrector } from './lng-path-corrector';
export { default as lngPathDetector } from './lng-path-detector';
export { default as lngsToLoad } from './lngs-to-load';
export { default as localeSubpathRequired } from './locale-subpath-required';
export { default as redirectWithoutCache } from './redirect-without-cache';