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-09-26 17:55:57 +0300
committersgiehl <stefan@piwik.org>2015-10-11 15:45:37 +0300
commitcfa5b7759d20eeec7918c17d1d4a38d2bb13af6e (patch)
tree94205565f79ebb7234e8daedadd7b30b375cb582 /plugins/Morpheus
parente42975ce46986ddb0387b11f7b5aaad918f0fff5 (diff)
improved numberformatter, fixed tests
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/templates/_jsGlobalVariables.twig3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Morpheus/templates/_jsGlobalVariables.twig b/plugins/Morpheus/templates/_jsGlobalVariables.twig
index ed38f98e67..9602890c16 100644
--- a/plugins/Morpheus/templates/_jsGlobalVariables.twig
+++ b/plugins/Morpheus/templates/_jsGlobalVariables.twig
@@ -5,8 +5,7 @@
piwik.cacheBuster = "{{ cacheBuster }}";
piwik.numbers = {
- patternPositive: "{{ 'Intl_NumberFormat'|translate }}",
- patternNegative: "{{ 'Intl_NumberFormatNegative'|translate }}",
+ patternNumber: "{{ 'Intl_NumberFormatNumber'|translate }}",
patternPercent: "{{ 'Intl_NumberFormatPercent'|translate }}",
symbolPlus: "{{ 'Intl_NumberSymbolPlus'|translate }}",
symbolMinus: "{{ 'Intl_NumberSymbolMinus'|translate }}",