From 8e7fc057e6c47f2ccf7adb5a89b97cd9c8108ba2 Mon Sep 17 00:00:00 2001 From: Marius Ileana Date: Mon, 12 Sep 2016 05:09:03 +0300 Subject: [PATCH] docs: radio/demo/size.md - English translation (#3008) English translation of labels. --- components/radio/demo/size.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/components/radio/demo/size.md b/components/radio/demo/size.md index 0dcab55ef8..860c72d68b 100644 --- a/components/radio/demo/size.md +++ b/components/radio/demo/size.md @@ -11,7 +11,7 @@ title: ## en-US -There are three kinds of combination, large medium and small. It can coordinate with input box. +There are three sizes available: large, medium, and small. It can coordinate with input box. ```jsx import { Radio } from 'antd'; @@ -21,26 +21,26 @@ const RadioGroup = Radio.Group; ReactDOM.render(
- 杭州 - 上海 - 北京 - 成都 + Hangzhou + Shanghai + Beijing + Chengdu
- 杭州 - 上海 - 北京 - 成都 + Hangzhou + Shanghai + Beijing + Chengdu
- 杭州 - 上海 - 北京 - 成都 + Hangzhou + Shanghai + Beijing + Chengdu
, mountNode);