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>2021-08-30 15:13:26 +0300
committerGitHub <noreply@github.com>2021-08-30 15:13:26 +0300
commitdad2cb5bda1bd0bb95f7b56e1e3880f8b170cbb8 (patch)
tree422037a473608553b226ae9396d651f409af69bb /plugins/CustomJsTracker
parent2f6e2497180e31ad096b245469acd5ba60ed5f65 (diff)
Syncs all translations from Transifex (#17931)
* fixes some whitespaces and formatting in english translation files * Adds translations for languages that did not yet exist * fix tests * adds missing locales * fix locale * update submodules * updates expected UI file
Diffstat (limited to 'plugins/CustomJsTracker')
-rw-r--r--plugins/CustomJsTracker/lang/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CustomJsTracker/lang/en.json b/plugins/CustomJsTracker/lang/en.json
index 9d64e174df..f1c62301ec 100644
--- a/plugins/CustomJsTracker/lang/en.json
+++ b/plugins/CustomJsTracker/lang/en.json
@@ -2,7 +2,7 @@
"CustomJsTracker": {
"PluginDescription": "Allows any plugin to extend the Matomo JavaScript Tracking file (matomo.js) and add new functionality and website measurement capabilities.",
"DiagnosticPiwikJsWritable": "Writable JavaScript Tracker (%s)",
- "DiagnosticPiwikJsNotWritable": "The Matomo JavaScript tracker file %s is not writable which means other plugins cannot extend the JavaScript tracker. In the future even some core features might not work as expected. ",
+ "DiagnosticPiwikJsNotWritable": "The Matomo JavaScript tracker file %s is not writable which means other plugins cannot extend the JavaScript tracker. In the future even some core features might not work as expected.",
"DiagnosticPiwikJsMakeWritable": "We recommend to make %1$s writable by running this command: %2$s"
}
-}
+} \ No newline at end of file