Introduce i18n

This commit is contained in:
Sakura Knoll
2022-01-03 13:22:37 +09:00 Unverified
parent d6a8a0e7b0
commit 8bc576208a
20 changed files with 198 additions and 58 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
i18n: {
locales: ['en-US', 'ko-KR'],
defaultLocale: 'en-US',
},
reloadOnPrerender: true,
}