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

7 lines
109 B
JavaScript
Raw Normal View History

2022-07-14 16:36:31 -07:00
module.exports = {
i18n: {
defaultLocale: 'en',
2022-10-09 20:59:23 -07:00
locales: ['en', 'es', 'ru', 'zh', 'zh_tw'],
2022-07-14 16:36:31 -07:00
},
}