Browse Source

Merge pull request #6603 from pmq20/master

Add Enclose.IO link in footer
pull/6611/head
偏右 8 years ago
committed by GitHub
parent
commit
0c11dbb535
  1. 1
      site/theme/en-US.js
  2. 5
      site/theme/template/Layout/Footer.jsx
  3. 1
      site/theme/zh-CN.js

1
site/theme/en-US.js

@ -41,6 +41,7 @@ module.exports = {
'app.footer.mobile': 'Mobile UI',
'app.footer.data-vis': 'Data Visualization',
'app.footer.eggjs': 'Enterprise Node Framework',
'app.footer.encloseio': 'Node.js Compiler',
'app.footer.motion': 'Motion Solution',
'app.footer.antd-library': 'Axure library',
'app.footer.design-platform': 'Ant Financial Design Platform',

5
site/theme/template/Layout/Footer.jsx

@ -116,6 +116,11 @@ class Footer extends React.Component {
<span> - </span>
<FormattedMessage id="app.footer.antux" />
</div>
<div>
<a target="_blank" rel="noopener noreferrer" href="http://enclose.io/">Enclose.IO</a>
<span> - </span>
<FormattedMessage id="app.footer.encloseio" />
</div>
</li>
<li>
<h2><Icon type="customer-service" /> <FormattedMessage id="app.footer.community" /></h2>

1
site/theme/zh-CN.js

@ -41,6 +41,7 @@ module.exports = {
'app.footer.mobile': '移动版',
'app.footer.data-vis': '数据可视化',
'app.footer.eggjs': '企业级 Node 开发框架',
'app.footer.encloseio': 'Node.js 编译器',
'app.footer.motion': '设计动效',
'app.footer.antd-library': 'Axure 部件库',
'app.footer.design-platform': '蚂蚁金服设计平台',

Loading…
Cancel
Save