diff options
Diffstat (limited to 'next-i18next.config.js')
| -rw-r--r-- | next-i18next.config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/next-i18next.config.js b/next-i18next.config.js new file mode 100644 index 00000000..452dcb95 --- /dev/null +++ b/next-i18next.config.js @@ -0,0 +1,7 @@ +module.exports = { + i18n: { + defaultLocale: 'en', + locales: ['en', 'ko'], + }, + localeDetection: false, + };
\ No newline at end of file |
