.
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user