//next-i18next.config.js /** * @type {import('next-i18next').UserConfig} */ module.exports = { i18n: { defaultLocale: 'en', locales: ['en', 'zh', 'zh-Hans'], localeDetection: false } };