UNPKG

next-i18next

Version:

The easiest way to translate your NextJs apps.

12 lines (9 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.subpathIsRequired = void 0; var subpathIsRequired = function subpathIsRequired(config, language) { return typeof config.localeSubpaths[language] === 'string'; }; exports.subpathIsRequired = subpathIsRequired;