mango-ui-v3/next-i18next.config.js

7 lines
109 B
JavaScript
Raw Permalink Normal View History

module.exports = {
i18n: {
defaultLocale: 'en',
2022-07-25 05:48:55 -07:00
locales: ['en', 'es', 'ru', 'zh', 'zh_tw'],
},
}