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