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:
Diffstat (limited to 'plugins/Goals/Goals.php')
-rw-r--r--plugins/Goals/Goals.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Goals/Goals.php b/plugins/Goals/Goals.php
index fea8fb0b18..b3b26e5230 100644
--- a/plugins/Goals/Goals.php
+++ b/plugins/Goals/Goals.php
@@ -611,5 +611,9 @@ class Goals extends \Piwik\Plugin
$translationKeys[] = 'Goals_AddGoal';
$translationKeys[] = 'Goals_UpdateGoal';
$translationKeys[] = 'Goals_DeleteGoalConfirm';
+ $translationKeys[] = 'Goals_UpdateGoal';
+ $translationKeys[] = 'Goals_DeleteGoalConfirm';
+ $translationKeys[] = 'Goals_Ecommerce';
+ $translationKeys[] = 'Goals_Optional';
}
}