Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2022-07-04 20:43:45 +0300
committerGitHub <noreply@github.com>2022-07-04 20:43:45 +0300
commitecae3ead0294d744b6a5fbd23d2f78a7f1ec1562 (patch)
tree7c5560480c866b6bebb90f70cceea059e73138cf /plugins/DevicesDetection/lang/en.json
parent0562dce34dab49e7ba9f287867b09273643e1af6 (diff)
Use browser client hints for detection (#18843)
* inject client hints in js * use client hints for detection * don't use catch, as yui compressor can't parse it * rebuilt js files * use new version of device detector * more code adjustments * updates expected test files * improve js * fix header detection * improve cache key handling * fix tests * use a separate queue to wait for client hints if needed * try to fix js tests * also consider X_HTTP_REQUESTED_WITH header as client hints * updates expected test files * Extend demo detection with client hints * code improvements * use new version of matomo-php-tracker * Adds test case for client hints set through matomo php tracker * apply review feedback * submodule update * fix test
Diffstat (limited to 'plugins/DevicesDetection/lang/en.json')
-rw-r--r--plugins/DevicesDetection/lang/en.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/DevicesDetection/lang/en.json b/plugins/DevicesDetection/lang/en.json
index acec477774..b1a18c7a83 100644
--- a/plugins/DevicesDetection/lang/en.json
+++ b/plugins/DevicesDetection/lang/en.json
@@ -22,6 +22,9 @@
"dataTableLabelTypes": "Type",
"ClientType": "Client type",
"ClientTypes": "Client types",
+ "ClientHints": "Client Hints",
+ "ClientHintsNotSupported": "Your Browser does not support client hints.",
+ "ConsiderClientHints": "Consider Client Hints",
"Device": "Device",
"DeviceBrand": "Device brand",
"DeviceBrands": "Device brands",