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:
authorsgiehl <stefan@piwik.org>2015-06-06 01:09:03 +0300
committersgiehl <stefan@piwik.org>2015-06-06 01:09:03 +0300
commitede0aa4dd8fef51e1cfdd0a545fa7e31b9e95359 (patch)
tree947cc049844fa040898c430367b90b0349d67a9a /core/Plugin/Manager.php
parentcfda78628e8296a2b580de7cf6f4f5464351ea16 (diff)
added new plugin 'Intl' which will hold translations
Diffstat (limited to 'core/Plugin/Manager.php')
-rw-r--r--core/Plugin/Manager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index ce491935ef..cf7cc09bae 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -73,6 +73,7 @@ class Manager
'Installation',
'SitesManager',
'UsersManager',
+ 'Intl',
'API',
'Proxy',
'LanguagesManager',