yurong/.svn/pristine/55/55d24fd8c1c0cfd63cb338533b1...

9 lines
169 B
Plaintext

import en from './en.json'
import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json'
export default {
en,
'zh-Hans': zhHans,
'zh-Hant': zhHant
}