update footer

This commit is contained in:
afc163 2017-11-09 16:53:05 +08:00
parent 9ffd545b24
commit 1b45a2c005
3 changed files with 3 additions and 1 deletions

View File

@ -60,6 +60,7 @@ module.exports = {
'app.footer.issues': 'Issues',
'app.footer.version': 'Version: ',
'app.footer.author': 'Created by AFX',
'app.footer.work_with_us': 'Work with Us',
'app.publish.title': 'antd@2.0.0 is released!',
'app.publish.greeting': 'Hello, ',
'app.publish.intro': ' is released, and please upgrade. ',

View File

@ -224,7 +224,7 @@ class Footer extends React.Component {
<FormattedMessage id="app.footer.author" />
&nbsp;
<Link to="/docs/resource/work-with-us">
加入我们
<FormattedMessage id="app.footer.work_with_us" />
</Link>
</div>
<div>

View File

@ -60,6 +60,7 @@ module.exports = {
'app.footer.issues': '讨论列表',
'app.footer.version': '文档版本:',
'app.footer.author': '蚂蚁金服体验技术部出品 @ AFX',
'app.footer.work_with_us': '加入我们',
'app.publish.title': 'antd@2.0.0 发布!',
'app.publish.greeting': '你好,',
'app.publish.intro': ' 已正式发布,欢迎升级。',