import { setEnLang } from './lang/en'; import { setZhCNLang } from './lang/zh_CN'; export const setupLocales = () => { setZhCNLang(); setEnLang(); };