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
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Console.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Console.php b/core/Console.php
index de51756f39..3eb7a5104b 100644
--- a/core/Console.php
+++ b/core/Console.php
@@ -163,6 +163,7 @@ class Console extends Application
public static function initPlugins()
{
Plugin\Manager::getInstance()->loadActivatedPlugins();
+ Plugin\Manager::getInstance()->loadPluginTranslations();
}
private function getDefaultPiwikCommands()