Locale fixes
This commit is contained in:
@@ -3,8 +3,10 @@ const i18nConfig = require("@calcom/config/next-i18next.config");
|
||||
|
||||
/** @type {import("next-i18next").UserConfig} */
|
||||
const config = {
|
||||
...i18nConfig,
|
||||
localeDetection: false,
|
||||
i18n: {
|
||||
...i18nConfig,
|
||||
localeDetection: false,
|
||||
},
|
||||
localePath: path.resolve("../web/public/static/locales"),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user