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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-05 14:07:16 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-05 14:07:16 +0400
commitb1f3c78924fa8b78a1ec58397b77e9127840beb6 (patch)
treed2da5e3c0230b61f9f11762d308e2222826140fc /plugins/SitesManager/API.php
parent0430487d76d94821b38f31a6c3fdcd23df9724c3 (diff)
Fixes #1321 adding Venezuelan Bolivar currency
Diffstat (limited to 'plugins/SitesManager/API.php')
-rw-r--r--plugins/SitesManager/API.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index 95f87a9527..b361287e7b 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -656,6 +656,7 @@ class Piwik_SitesManager_API
'VND' => 'Vietnamese Dong (₫)',
'PHP' => 'Philippine Peso (Php)',
'INR' => 'Indian Rupee (Rs.)',
+ 'VEF' => 'Venezuelan bolívar (Bs. F)',
'CHF' => 'Swiss Franc (Fr.)',
);
}
@@ -691,6 +692,7 @@ class Piwik_SitesManager_API
'VND' => '₫',
'PHP' => 'Php',
'INR' => 'Rs.',
+ 'VEF' => 'Bs. F',
'CHF' => 'Fr.',
);
}