joywok-business-components
Advanced tools
Comparing version 0.0.177 to 0.0.178
@@ -114,5 +114,5 @@ /* | ||
> | ||
<Option value="zh" title="中文"> | ||
<Option value="zh" title={i18n('label.beans.levels.zh')}> | ||
<i className="icon-selected"></i> | ||
<span>中文</span> | ||
<span>{i18n('label.beans.levels.zh')}</span> | ||
</Option> | ||
@@ -126,3 +126,3 @@ <Option value="en" title="English"> | ||
style={{ width: container_w - select_w + 'px'}} | ||
placeholder={ this.state.curLang=="zh" ? "请输入" : "Please enter"} | ||
placeholder={ this.state.curLang=="zh" ? i18n('label.console.iam.inputv') : "Please enter"} | ||
value={value} | ||
@@ -129,0 +129,0 @@ onChange={(e)=>self.inputOnChange(e)} |
@@ -169,3 +169,3 @@ 'use strict'; | ||
Option, | ||
{ value: 'zh', title: '\u4E2D\u6587' }, | ||
{ value: 'zh', title: i18n('label.beans.levels.zh') }, | ||
_react2.default.createElement('i', { className: 'icon-selected' }), | ||
@@ -175,3 +175,3 @@ _react2.default.createElement( | ||
null, | ||
'\u4E2D\u6587' | ||
i18n('label.beans.levels.zh') | ||
) | ||
@@ -192,3 +192,3 @@ ), | ||
style: { width: container_w - select_w + 'px' }, | ||
placeholder: this.state.curLang == "zh" ? "请输入" : "Please enter", | ||
placeholder: this.state.curLang == "zh" ? i18n('label.console.iam.inputv') : "Please enter", | ||
value: value, | ||
@@ -195,0 +195,0 @@ onChange: function onChange(e) { |
{ | ||
"name": "joywok-business-components", | ||
"version": "0.0.177", | ||
"version": "0.0.178", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
975780
125