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