📌fix: default global locale ja 로 수정

This commit is contained in:
yoosangwook 2025-02-08 19:30:04 +09:00
parent bd3424ada0
commit 27e42bb137

View File

@ -2,7 +2,7 @@ import { atom } from 'recoil'
export const globalLocaleStore = atom({ export const globalLocaleStore = atom({
key: 'globalLocaleState', key: 'globalLocaleState',
default: 'ko', default: 'ja',
}) })
export const appMessageStore = atom({ export const appMessageStore = atom({