6 lines
No EOL
98 B
JavaScript
6 lines
No EOL
98 B
JavaScript
module.exports = {
|
|
i18n: {
|
|
defaultLocale: 'ja',
|
|
locales: ['en', 'ja'],
|
|
}
|
|
} |