summaryrefslogtreecommitdiff
path: root/next-i18next.config.js
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-03-25 15:55:45 +0900
committerjoonhoekim <26rote@gmail.com>2025-03-25 15:55:45 +0900
commit1a2241c40e10193c5ff7008a7b7b36cc1d855d96 (patch)
tree8a5587f10ca55b162d7e3254cb088b323a34c41b /next-i18next.config.js
initial commit
Diffstat (limited to 'next-i18next.config.js')
-rw-r--r--next-i18next.config.js7
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