Introduce i18n
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
i18n: {
|
||||
locales: ['en-US', 'ko-KR'],
|
||||
defaultLocale: 'en-US',
|
||||
},
|
||||
reloadOnPrerender: true,
|
||||
}
|
||||
Reference in New Issue
Block a user