From 8d9b68906ce7b32b9bd4ff48b4f479401e031c1f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 5 Mar 2022 02:29:50 -0800 Subject: [PATCH] Update next-i18next.config.js --- next-i18next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next-i18next.config.js b/next-i18next.config.js index 59c3d0d6..198de30a 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -1,6 +1,6 @@ module.exports = { i18n: { - defaultLocale: 'ja', - locales: ['en', 'ja'], + defaultLocale: 'en', + locales: ['en', 'ja'] } } \ No newline at end of file