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-13 01:12:45 +0300
committersgiehl <stefan@piwik.org>2015-06-20 12:27:20 +0300
commitbd1df40914fc797c0c98fd026ca3ac279e4616f1 (patch)
treeabaf3e3f278555897ab01180474ed5f98bfbe1f8 /plugins/Intl
parentc553d15a350b60e0b9b9eb946f91aa9331a5567e (diff)
fetch another string from cldr
Diffstat (limited to 'plugins/Intl')
-rw-r--r--plugins/Intl/Commands/GenerateIntl.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Intl/Commands/GenerateIntl.php b/plugins/Intl/Commands/GenerateIntl.php
index 5e34b4f7f9..7a8a3dd3f3 100644
--- a/plugins/Intl/Commands/GenerateIntl.php
+++ b/plugins/Intl/Commands/GenerateIntl.php
@@ -321,6 +321,8 @@ class GenerateIntl extends ConsoleCommand
$translations['Intl']['OneMinuteShort'] = $this->replacePlaceHolder($unitsData['short']['duration-minute']['unitPattern-count-other'], '1');
}
+ $translations['Intl']['NMinutesShort'] = $this->replacePlaceHolder($unitsData['short']['duration-minute']['unitPattern-count-other']);
+
$translations['Intl']['Minutes'] = $unitsData['long']['duration-minute']['displayName'];
$translations['Intl']['Hours'] = $unitsData['long']['duration-hour']['displayName'];