From bf105e64c954dc52f7bee540e5f511ad59815b57 Mon Sep 17 00:00:00 2001 From: kvetoslavnovak Date: Sun, 2 Oct 2016 02:40:34 +0200 Subject: [PATCH] docs: Calendar Custom Render - English Translation (#3265) --- components/calendar/demo/custom-render.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/calendar/demo/custom-render.md b/components/calendar/demo/custom-render.md index 1cd5ea3041..656cfa955b 100644 --- a/components/calendar/demo/custom-render.md +++ b/components/calendar/demo/custom-render.md @@ -18,11 +18,11 @@ import { Calendar } from 'antd'; import moment from 'moment'; function dateCellRender(value) { - return
自定义日数据 {value.date()}
; + return
Custom date data {value.date()}
; } function monthCellRender(value) { - return
自定义月数据 {value.month()}
; + return
Custom monthly data {value.month()}
; } ReactDOM.render(