aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-05 09:34:18 +0000
committerMario <mario@mariovavti.com>2021-06-05 09:34:18 +0000
commitbec3cb48e548bf9d29ac579789cee13a52915be1 (patch)
treef0f9893c885556e3d21eaf741d3cd33b7e7417a0 /vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php
parente8d2819c4231ccea1e98df184859fb6ff523e74f (diff)
downloadvolse-hubzilla-bec3cb48e548bf9d29ac579789cee13a52915be1.tar.gz
volse-hubzilla-bec3cb48e548bf9d29ac579789cee13a52915be1.tar.bz2
volse-hubzilla-bec3cb48e548bf9d29ac579789cee13a52915be1.zip
composer update commerceguys/intl to version 1.1.0
Diffstat (limited to 'vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php')
-rw-r--r--vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php b/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php
index 998c99581..8fc2f5c99 100644
--- a/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php
+++ b/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php
@@ -726,6 +726,14 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'grouping_separator' => ' ',
'minus_sign' => '−',
],
+ 'no' => [
+ 'percent_pattern' => '#,##0 %',
+ 'currency_pattern' => '¤ #,##0.00',
+ 'accounting_currency_pattern' => '¤ #,##0.00',
+ 'decimal_separator' => ',',
+ 'grouping_separator' => ' ',
+ 'minus_sign' => '−',
+ ],
'pa' => [
'decimal_pattern' => '#,##,##0.###',
'percent_pattern' => '#,##,##0%',