01fcadf
1
2
3
4
5
6
7
8
9
10
import en_US from "./en_US.json"; import jp from "./jp.json"; export const defaultLang = "en_US"; export const ui = { en_US, jp };