mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
update footer
This commit is contained in:
parent
9ffd545b24
commit
1b45a2c005
@ -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. ',
|
||||
|
@ -224,7 +224,7 @@ class Footer extends React.Component {
|
||||
<FormattedMessage id="app.footer.author" />
|
||||
|
||||
<Link to="/docs/resource/work-with-us">
|
||||
加入我们
|
||||
<FormattedMessage id="app.footer.work_with_us" />
|
||||
</Link>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -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': ' 已正式发布,欢迎升级。',
|
||||
|
Loading…
Reference in New Issue
Block a user