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:
authordizzy <diosmosis@users.noreply.github.com>2022-04-18 00:38:56 +0300
committerGitHub <noreply@github.com>2022-04-18 00:38:56 +0300
commit667bf6f6c732b1083d0938bf0a4d46cd3c463d30 (patch)
tree921dd83c33473debcdb3f38cbd9c9c1c90631f42
parentf1d2c4fbbe9124a3c2d7dcc20250f836c114af30 (diff)
add languageName property to PiwikGLobal type (#19113)
-rw-r--r--plugins/CoreVue/types/index.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreVue/types/index.d.ts b/plugins/CoreVue/types/index.d.ts
index 6478aa398d..023eec7794 100644
--- a/plugins/CoreVue/types/index.d.ts
+++ b/plugins/CoreVue/types/index.d.ts
@@ -157,6 +157,7 @@ declare global {
cacheBuster: string;
numbers: Record<string, string>;
visitorProfileEnabled: boolean;
+ languageName: string;
updatePeriodParamsFromUrl(): void;
updateDateInTitle(date: string, period: string): void;