mirror of https://github.com/status-im/codimd.git
Add matrix.org / Riot link
As an active part of the community prefers Matrix.org over Gitter, we should link Matrix.org as a place to meet us. As the matrix and gitter channels are interconnected. We don't loose any message if a person decides to go for one or another. We use an more universal way of translation to make it easier to provide a link to various platforms. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
5a5b3e9ddd
commit
95f46520e3
|
@ -62,7 +62,7 @@
|
||||||
"Refresh": "Neu laden",
|
"Refresh": "Neu laden",
|
||||||
"Contacts": "Kontakte",
|
"Contacts": "Kontakte",
|
||||||
"Report an issue": "Fehlerbericht senden",
|
"Report an issue": "Fehlerbericht senden",
|
||||||
"Meet us on Gitter": "Triff uns auf Gitter",
|
"Meet us on %s": "Triff uns auf %s",
|
||||||
"Send us email": "Kontakt",
|
"Send us email": "Kontakt",
|
||||||
"Documents": "Dokumente",
|
"Documents": "Dokumente",
|
||||||
"Features": "Funktionen",
|
"Features": "Funktionen",
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
"Refresh": "Refresh",
|
"Refresh": "Refresh",
|
||||||
"Contacts": "Contacts",
|
"Contacts": "Contacts",
|
||||||
"Report an issue": "Report an issue",
|
"Report an issue": "Report an issue",
|
||||||
"Meet us on Gitter": "Meet us on Gitter",
|
"Meet us on %s": "Meet us on %s",
|
||||||
"Send us email": "Send us email",
|
"Send us email": "Send us email",
|
||||||
"Documents": "Documents",
|
"Documents": "Documents",
|
||||||
"Features": "Features",
|
"Features": "Features",
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
"Refresh": "重新整理",
|
"Refresh": "重新整理",
|
||||||
"Contacts": "联络方式",
|
"Contacts": "联络方式",
|
||||||
"Report an issue": "报告问题",
|
"Report an issue": "报告问题",
|
||||||
"Meet us on Gitter": "在 Gitter 上联系我们",
|
"Meet us on %s": "在 %s 上联系我们",
|
||||||
"Send us email": "寄信给我们",
|
"Send us email": "寄信给我们",
|
||||||
"Documents": "文件",
|
"Documents": "文件",
|
||||||
"Features": "功能简介",
|
"Features": "功能简介",
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
"Refresh": "重新整理",
|
"Refresh": "重新整理",
|
||||||
"Contacts": "聯絡方式",
|
"Contacts": "聯絡方式",
|
||||||
"Report an issue": "回報問題",
|
"Report an issue": "回報問題",
|
||||||
"Meet us on Gitter": "透過 Gitter 聯絡我們",
|
"Meet us on %s": "透過 %s 聯絡我們",
|
||||||
"Send us email": "寄信給我們",
|
"Send us email": "寄信給我們",
|
||||||
"Documents": "文件",
|
"Documents": "文件",
|
||||||
"Features": "功能簡介",
|
"Features": "功能簡介",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<a href="https://github.com/hackmdio/hackmd/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
|
<a href="https://github.com/hackmdio/hackmd/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://gitter.im/hackmdio/hackmd" target="_blank"><i class="fa fa-comments fa-fw"></i> <%= __('Meet us on Gitter') %></a>
|
<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>
|
||||||
|
<br>
|
||||||
|
<a href="https://gitter.im/hackmdio/hackmd" target="_blank"><i class="fa fa-comments fa-fw"></i> <%= __('Meet us on %s', 'Gitter') %></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
|
|
Loading…
Reference in New Issue