index.js 171 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 import en from './locales/en-US.json'; import cn from './locales/zh-CN.json'; import tw from './locales/zh-TW.json'; export const languages = { en, cn, tw };