UNPKG

next-i18next

Version:

The easiest way to translate your NextJs apps.

11 lines 566 B
export { addSubpath } from './add-subpath'; export { consoleMessage } from './console-message'; export { isServer } from './is-server'; export { lngFromReq } from './lng-from-req'; export { lngPathCorrector } from './lng-path-corrector'; export { lngsToLoad } from './lngs-to-load'; export { redirectWithoutCache } from './redirect-without-cache'; export { removeSubpath } from './remove-subpath'; export { subpathFromLng } from './subpath-from-lng'; export { subpathIsPresent } from './subpath-is-present'; export { subpathIsRequired } from './subpath-is-required';