From 27e42bb137cbd684e763d2af590eab9209a3df0c Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Sat, 8 Feb 2025 19:30:04 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8Cfix:=20default=20global=20locale=20?= =?UTF-8?q?ja=20=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/localeAtom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/localeAtom.js b/src/store/localeAtom.js index 0f20fa87..0564e633 100644 --- a/src/store/localeAtom.js +++ b/src/store/localeAtom.js @@ -2,7 +2,7 @@ import { atom } from 'recoil' export const globalLocaleStore = atom({ key: 'globalLocaleState', - default: 'ko', + default: 'ja', }) export const appMessageStore = atom({