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:
authorThomas Steur <thomas.steur@gmail.com>2013-11-18 00:56:36 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-18 00:56:36 +0400
commit1277867fd2fc4765b4a6f5b2710be9ddb30cc582 (patch)
treed3f80e61f17097f2910d0a4bd9ed3bc3e838c244 /console
parenta89d9b7e00ee4761e538093449e11819bb8c4fcd (diff)
load translations
Diffstat (limited to 'console')
-rwxr-xr-xconsole1
1 files changed, 1 insertions, 0 deletions
diff --git a/console b/console
index 6c67a50343..f3e56e6c09 100755
--- a/console
+++ b/console
@@ -10,6 +10,7 @@ require_once PIWIK_INCLUDE_PATH . '/core/Loader.php';
require_once PIWIK_INCLUDE_PATH . '/libs/upgradephp/upgrade.php';
// load all plugins
+Piwik\Translate::loadEnglishTranslation();
Piwik\Plugin\Manager::getInstance()->returnLoadedPluginsInfo();
if (!Piwik\Common::isPhpCliMode()) {