lingjing/node_modules/next/dist/esm/client/detect-domain-locale.js
2026-02-23 09:51:43 +00:00

7 lines
243 B
JavaScript

export const detectDomainLocale = (...args)=>{
if (process.env.__NEXT_I18N_SUPPORT) {
return require('../shared/lib/i18n/detect-domain-locale').detectDomainLocale(...args);
}
};
//# sourceMappingURL=detect-domain-locale.js.map