mango-web/next-i18next.config.js

7 lines
109 B
JavaScript
Raw Permalink Normal View History

2023-02-22 05:13:31 -08:00
module.exports = {
i18n: {
defaultLocale: 'en',
locales: ['en', 'es', 'ru', 'zh', 'zh_tw'],
},
}