import zhCN from "./zh-CN"; import enUS from "./en-US"; import thTH from "./th-TH"; export default { "zh-CN": zhCN, "en-US": enUS, "th-TH": thTH, };