From de3d355c0cdd32cbb5095fd25b220543ac686920 Mon Sep 17 00:00:00 2001
From: Norbert Renner
Date: Wed, 17 Jun 2020 17:51:40 +0200
Subject: [PATCH] Add contact language hint to about dialog
---
css/style.css | 6 ++++++
index.html | 6 +++++-
locales/en.json | 1 +
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/css/style.css b/css/style.css
index 726c210..aeea5d3 100644
--- a/css/style.css
+++ b/css/style.css
@@ -423,6 +423,12 @@ button.btn {
margin-right: -1em;
}
+/* about dialog */
+#about-contact-language {
+ font-size: 0.9em;
+ margin: -6px 0 6px 20px;
+}
+
/*
* DataTables
*/
diff --git a/index.html b/index.html
index 4a3545f..2f871e3 100644
--- a/index.html
+++ b/index.html
@@ -249,7 +249,11 @@
information see
brouter.de.
- Contact:
+ Contact:
+
+
+ Preferred language is English, as we have both international contributors and users.
+
-
diff --git a/locales/en.json b/locales/en.json
index 909d3ed..902ff22 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -5,6 +5,7 @@
"bug-reports-front": "web client / frontend.",
"chat": "Chat with users and developers",
"contact": "Contact:",
+ "contact-language": "Preferred language is English, as we have both international contributors and users.",
"data": "Data:",
"data-description": "This is based on OpenStreetMap. It is usually updated daily, see dates of data files.",
"description": "Online service of the BRouter routing engine. For the offline Android app and more information see brouter.de",