Merge pull request #208 from nrenner/add-irc-in-about

Add chat in about modal
This commit is contained in:
Norbert Renner 2019-06-17 11:59:29 +02:00 committed by GitHub
commit e52451fbd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -336,6 +336,15 @@
></a
>
</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>
<span data-i18n="about.bug-reports"
>Bug reports and feature requests:</span

View file

@ -3,6 +3,7 @@
"bug-reports": "Bug reports and feature requests:",
"bug-reports-back": "server / backend, routing engine, Android app, profiles, brouter.de site",
"bug-reports-front": "web client / frontend.",
"chat": "Chat with users and developers",
"contact": "Contact:",
"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>.",