Capital/next-i18next.config.js

8 lines
146 B
JavaScript
Raw Normal View History

/** @type {import('next-i18next').UserConfig} */
module.exports = {
i18n: {
defaultLocale: 'en-US',
locales: ['en-US', 'zh-CN'],
},
}