yurong/.svn/pristine/5e/5e77cc1c5b0df2e54dbf28a9601...

9 lines
170 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
}