mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-26 22:27:03 +08:00
11 lines
204 B
JavaScript
11 lines
204 B
JavaScript
module.exports = {
|
|
'zh-cn': {
|
|
'getting-started': '快速开始',
|
|
customization: '定制化',
|
|
components: '所有组件',
|
|
guide: '上手指南',
|
|
docs: '文档',
|
|
},
|
|
'en-us': {},
|
|
}
|