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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-04-06 00:41:43 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-04-06 00:41:43 +0400
commit03435c4ba67c0b9c44443cfdc77de5de930b216a (patch)
tree5be348b84efaf506c123264ff047f369167f8314 /core/Console.php
parent9d8ada8e005bae372291eae908bb2bf163945140 (diff)
Load translations in Piwik console interface.
Diffstat (limited to 'core/Console.php')
-rw-r--r--core/Console.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Console.php b/core/Console.php
index f2db14934f..70eefa3cad 100644
--- a/core/Console.php
+++ b/core/Console.php
@@ -47,6 +47,8 @@ class Console extends Application
// Piwik not installed yet, no config file?
}
+ Translate::reloadLanguage('en');
+
$commands = $this->getAvailableCommands();
foreach ($commands as $command) {