diff options
author | Mario <mario@mariovavti.com> | 2021-06-05 09:11:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-05 09:11:39 +0000 |
commit | cc85c2f4d7fc0e456cc4d4336abe4ee19d03f312 (patch) | |
tree | ff4f4619e6630f5d6a3beeba981f27d585e5e5a1 /vendor/commerceguys/intl/src/NumberFormat | |
parent | bee4fa9937e2a4292153d6d02e798ba50b5476a9 (diff) | |
download | volse-hubzilla-cc85c2f4d7fc0e456cc4d4336abe4ee19d03f312.tar.gz volse-hubzilla-cc85c2f4d7fc0e456cc4d4336abe4ee19d03f312.tar.bz2 volse-hubzilla-cc85c2f4d7fc0e456cc4d4336abe4ee19d03f312.zip |
composer update commerceguys/intl
Diffstat (limited to 'vendor/commerceguys/intl/src/NumberFormat')
-rw-r--r-- | vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php b/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php index 987ceda89..998c99581 100644 --- a/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php +++ b/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php @@ -239,6 +239,9 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'accounting_currency_pattern' => '#,##0.00 ¤', 'grouping_separator' => '’', ], + 'doi' => [ + 'accounting_currency_pattern' => '¤#,##0.00', + ], 'dz' => [ 'decimal_pattern' => '#,##,##0.###', 'percent_pattern' => '#,##,##0 %', @@ -534,6 +537,7 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'accounting_currency_pattern' => '#,##0.00 ¤', 'decimal_separator' => ',', 'grouping_separator' => '.', + 'minus_sign' => '−', ], 'hu' => [ 'currency_pattern' => '#,##0.00 ¤', @@ -644,6 +648,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'decimal_separator' => ',', 'grouping_separator' => ' ', ], + 'mai' => [ + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'mg' => [ 'currency_pattern' => '¤ #,##0.00', 'accounting_currency_pattern' => '¤#,##0.00', @@ -662,6 +670,11 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'currency_pattern' => '¤ #,##0.00', 'accounting_currency_pattern' => '¤ #,##0.00', ], + 'mni' => [ + 'numbering_system' => 'beng', + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'mr' => [ 'numbering_system' => 'deva', 'decimal_pattern' => '#,##,##0.###', @@ -672,6 +685,11 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'decimal_separator' => ',', 'grouping_separator' => '.', ], + 'ms-ID' => [ + 'accounting_currency_pattern' => '¤#,##0.00', + 'decimal_separator' => ',', + 'grouping_separator' => '.', + ], 'mt' => [ 'accounting_currency_pattern' => '¤#,##0.00', ], @@ -778,6 +796,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'decimal_separator' => ',', 'grouping_separator' => '.', ], + 'sat' => [ + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'sd' => [ 'numbering_system' => 'arab', 'currency_pattern' => '#,##0.00 ¤', @@ -788,6 +810,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface 'minus_sign' => '-', 'percent_sign' => '٪', ], + 'sd-Deva' => [ + 'currency_pattern' => '¤ #,##0.00', + 'accounting_currency_pattern' => '¤ #,##0.00', + ], 'si' => [], 'sk' => [ 'percent_pattern' => '#,##0 %', |