码迷,mamicode.com
首页 > 编程语言 > 详细

多语言 button

时间:2017-07-26 20:21:31      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:end   edm   pst   one   div   ltm   多语言   return   port   

 

技术分享

 

/container/中 ,因为 redux
import
React from ‘react‘; import {connect} from ‘react-redux‘; import ButtonComponent from ‘scratch-gui/src/components/button/button.jsx‘; import {FormattedMessage} from ‘react-intl‘; class ArduinoButton extends React.Component { render () { const word = ( <FormattedMessage defaultMessage={this.props.message.arduino} description="Button to record a sound in the editor tab" id="arduino" /> ); const { ...props } = this.props; return ( <ButtonComponent {...props} > {word} </ButtonComponent> ); } } const mapStateToProps = state => ({ message: state.intl.messages }); module.exports = connect( mapStateToProps )(ArduinoButton);

 

多语言 button

标签:end   edm   pst   one   div   ltm   多语言   return   port   

原文地址:http://www.cnblogs.com/Oldz/p/7241510.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!