Add chat in about modal
This commit is contained in:
parent
e000dfb05c
commit
1d35c802a5
2 changed files with 10 additions and 0 deletions
|
|
@ -336,6 +336,15 @@
|
||||||
></a
|
></a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://webchat.oftc.net/?channels=#brouter"
|
||||||
|
target="_blank"
|
||||||
|
><span data-i18n="about.chat"
|
||||||
|
>Chat with users and developers</span
|
||||||
|
></a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span data-i18n="about.bug-reports"
|
<span data-i18n="about.bug-reports"
|
||||||
>Bug reports and feature requests:</span
|
>Bug reports and feature requests:</span
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
"bug-reports": "Bug reports and feature requests:",
|
"bug-reports": "Bug reports and feature requests:",
|
||||||
"bug-reports-back": "server / backend, routing engine, Android app, profiles, brouter.de site",
|
"bug-reports-back": "server / backend, routing engine, Android app, profiles, brouter.de site",
|
||||||
"bug-reports-front": "web client / frontend.",
|
"bug-reports-front": "web client / frontend.",
|
||||||
|
"chat": "Chat with users and developers",
|
||||||
"contact": "Contact:",
|
"contact": "Contact:",
|
||||||
"data": "Data:",
|
"data": "Data:",
|
||||||
"data-description": "This is based on <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. It is usually updated once a week when a new Planet file is available, see dates of <a href=\"http://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.",
|
"data-description": "This is based on <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. It is usually updated once a week when a new Planet file is available, see dates of <a href=\"http://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue