Commit af9dc41a authored by Medicean's avatar Medicean

(Fix:About) wechat i18n

parent c729acd3
......@@ -561,7 +561,8 @@ Hot Keys:
homepage: 'Home',
document: 'Document',
qqgroup: 'QQ Group',
discord: 'Discord'
discord: 'Discord',
wechat: 'Fllow us on WeChat'
},
language: {
title: 'Language setting',
......
......@@ -562,7 +562,8 @@ module.exports = {
homepage: '主页',
document: '文档',
qqgroup: 'Q群',
discord: '在线交流'
discord: '在线交流',
wechat: '关注微信公众号'
},
language: {
title: '语言设置',
......
......@@ -562,7 +562,8 @@ module.exports = {
homepage: '主頁',
document: '文檔',
qqgroup: 'Q羣',
discord: '在線交流'
discord: '在線交流',
wechat: '關注微信公眾號'
},
language: {
title: '語言設置',
......
......@@ -562,7 +562,8 @@ module.exports = {
homepage: '主頁',
document: '文檔',
qqgroup: 'Q群',
discord: '在線交流'
discord: '在線交流',
wechat: '關注微信公眾號'
},
language: {
title: '語言設置',
......
......@@ -25,7 +25,7 @@ class About {
</p>
<div>
<img src="ant-static://imgs/qrcode.jpg" style="width:100px;"/>
<p style="color: #795548;transition: all .5s linear;font-size: 14px;">关注微信公众号</p>
<p style="color: #795548;transition: all .5s linear;font-size: 14px;">${LANG['wechat']}</p>
</div>
</div>
`);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment