Files
recipe-app/frontend/node_modules/next/dist/esm/client/detect-domain-locale.js
T
2026-04-09 09:14:39 +02: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