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-04-04 19:19:25 +0300
committersgiehl <stefan@piwik.org>2015-04-04 19:19:25 +0300
commit5e7b85f7c154abe04590d76a1eef148122f704b0 (patch)
tree8dd41e4fb31e6f342e0388db7fac91c5b7767745 /plugins/DevicesDetection/functions.php
parent56c7f5d3dd0e213d5a6755d496e0d778b027312b (diff)
added translation for new device type; fixed tests
Diffstat (limited to 'plugins/DevicesDetection/functions.php')
-rw-r--r--plugins/DevicesDetection/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/DevicesDetection/functions.php b/plugins/DevicesDetection/functions.php
index f47ba4c175..d19f0e3b46 100644
--- a/plugins/DevicesDetection/functions.php
+++ b/plugins/DevicesDetection/functions.php
@@ -127,6 +127,7 @@ function getDeviceTypeLabel($label)
'desktop' => 'General_Desktop',
'smartphone' => 'DevicesDetection_Smartphone',
'tablet' => 'DevicesDetection_Tablet',
+ 'phablet' => 'DevicesDetection_Phablet',
'feature phone' => 'DevicesDetection_FeaturePhone',
'console' => 'DevicesDetection_Console',
'tv' => 'DevicesDetection_TV',