Update next-i18next.config.js
This commit is contained in:
parent
92d9797c0d
commit
8d9b68906c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: 'ja',
|
defaultLocale: 'en',
|
||||||
locales: ['en', 'ja'],
|
locales: ['en', 'ja']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue