Skip to content

Commit b97d6ce

Browse files
authored
Merge pull request #796 from SISheogorath/feature/addMatrix
Add matrix.org / Riot link
2 parents 5a5b3e9 + 95f4652 commit b97d6ce

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

locales/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"Refresh": "Neu laden",
6363
"Contacts": "Kontakte",
6464
"Report an issue": "Fehlerbericht senden",
65-
"Meet us on Gitter": "Triff uns auf Gitter",
65+
"Meet us on %s": "Triff uns auf %s",
6666
"Send us email": "Kontakt",
6767
"Documents": "Dokumente",
6868
"Features": "Funktionen",

locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"Refresh": "Refresh",
6363
"Contacts": "Contacts",
6464
"Report an issue": "Report an issue",
65-
"Meet us on Gitter": "Meet us on Gitter",
65+
"Meet us on %s": "Meet us on %s",
6666
"Send us email": "Send us email",
6767
"Documents": "Documents",
6868
"Features": "Features",

locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"Refresh": "重新整理",
6161
"Contacts": "联络方式",
6262
"Report an issue": "报告问题",
63-
"Meet us on Gitter": "Gitter 上联系我们",
63+
"Meet us on %s": "%s 上联系我们",
6464
"Send us email": "寄信给我们",
6565
"Documents": "文件",
6666
"Features": "功能简介",

locales/zh-TW.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"Refresh": "重新整理",
6161
"Contacts": "聯絡方式",
6262
"Report an issue": "回報問題",
63-
"Meet us on Gitter": "透過 Gitter 聯絡我們",
63+
"Meet us on %s": "透過 %s 聯絡我們",
6464
"Send us email": "寄信給我們",
6565
"Documents": "文件",
6666
"Features": "功能簡介",

public/views/shared/help-modal.ejs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
<div class="panel-body">
1818
<a href="https://github.com/hackmdio/hackmd/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
1919
<br>
20-
<a href="https://gitter.im/hackmdio/hackmd" target="_blank"><i class="fa fa-comments fa-fw"></i> <%= __('Meet us on Gitter') %></a>
20+
<a href="https://riot.im/app/#/room/#hackmd:matrix.org" target="_blank"><i class="fa fa-hashtag fa-fw"></i> <%= __('Meet us on %s', 'Matrix') %></a>
21+
<br>
22+
<a href="https://gitter.im/hackmdio/hackmd" target="_blank"><i class="fa fa-comments fa-fw"></i> <%= __('Meet us on %s', 'Gitter') %></a>
2123
</div>
2224
</div>
2325
<div class="panel panel-default">

0 commit comments

Comments
 (0)