diff options
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 %', |