Add contact language hint to about dialog

This commit is contained in:
Norbert Renner 2020-06-17 17:51:40 +02:00
parent ebaba664d2
commit de3d355c0c
3 changed files with 12 additions and 1 deletions

View file

@ -423,6 +423,12 @@ button.btn {
margin-right: -1em; margin-right: -1em;
} }
/* about dialog */
#about-contact-language {
font-size: 0.9em;
margin: -6px 0 6px 20px;
}
/* /*
* DataTables * DataTables
*/ */

View file

@ -249,7 +249,11 @@
information see information see
<a href="https://brouter.de/" target="_blank">brouter.de</a>. <a href="https://brouter.de/" target="_blank">brouter.de</a>.
</p> </p>
<p><i data-i18n="about.contact">Contact:</i><br /></p> <p><i data-i18n="about.contact">Contact:</i></p>
<div id="about-contact-language" data-i18n="about.contact-language">
Preferred language is English, as we have both international contributors and users.
</div>
<ul> <ul>
<li> <li>

View file

@ -5,6 +5,7 @@
"bug-reports-front": "web client / frontend.", "bug-reports-front": "web client / frontend.",
"chat": "Chat with users and developers", "chat": "Chat with users and developers",
"contact": "Contact:", "contact": "Contact:",
"contact-language": "Preferred language is English, as we have both international contributors and users.",
"data": "Data:", "data": "Data:",
"data-description": "This is based on <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. It is usually updated daily, see dates of <a href=\"https://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 daily, see dates of <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.",
"description": "Online service of the BRouter routing engine. For the offline Android app and more information see <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>", "description": "Online service of the BRouter routing engine. For the offline Android app and more information see <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>",