hensei-web/next-i18next.config.js

6 lines
No EOL
98 B
JavaScript

module.exports = {
i18n: {
defaultLocale: 'ja',
locales: ['en', 'ja'],
}
}