aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php')
-rw-r--r--vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php117
1 files changed, 94 insertions, 23 deletions
diff --git a/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php b/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php
index 5258ba442..59647616f 100644
--- a/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php
+++ b/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php
@@ -73,10 +73,14 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'decimal_separator' => ',',
'grouping_separator' => ' ',
],
+ 'ann' => [
+ 'currency_pattern' => '¤ #,##0.00',
+ 'accounting_currency_pattern' => '¤ #,##0.00',
+ ],
'ar' => [
'numbering_system' => 'arab',
- 'currency_pattern' => '#,##0.00 ¤',
- 'accounting_currency_pattern' => '#,##0.00 ¤',
+ 'currency_pattern' => '‏#,##0.00 ¤',
+ 'accounting_currency_pattern' => '‏#,##0.00 ¤',
'decimal_separator' => '٫',
'grouping_separator' => '٬',
'plus_sign' => '؜+',
@@ -84,13 +88,15 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'percent_sign' => '٪؜',
],
'ar-AE' => [
- 'currency_pattern' => '¤ #,##0.00',
+ 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤',
+ 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)',
'plus_sign' => '‎+',
'minus_sign' => '‎-',
'percent_sign' => '‎%‎',
],
'ar-DZ' => [
- 'currency_pattern' => '¤ #,##0.00',
+ 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤',
+ 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)',
'decimal_separator' => ',',
'grouping_separator' => '.',
'plus_sign' => '‎+',
@@ -98,13 +104,15 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'percent_sign' => '‎%‎',
],
'ar-EH' => [
- 'currency_pattern' => '¤ #,##0.00',
+ 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤',
+ 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)',
'plus_sign' => '‎+',
'minus_sign' => '‎-',
'percent_sign' => '‎%‎',
],
'ar-LY' => [
- 'currency_pattern' => '¤ #,##0.00',
+ 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤',
+ 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)',
'decimal_separator' => ',',
'grouping_separator' => '.',
'plus_sign' => '‎+',
@@ -112,7 +120,8 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'percent_sign' => '‎%‎',
],
'ar-MA' => [
- 'currency_pattern' => '¤ #,##0.00',
+ 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤',
+ 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)',
'decimal_separator' => ',',
'grouping_separator' => '.',
'plus_sign' => '‎+',
@@ -120,7 +129,8 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'percent_sign' => '‎%‎',
],
'ar-TN' => [
- 'currency_pattern' => '¤ #,##0.00',
+ 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤',
+ 'accounting_currency_pattern' => '؜#,##0.00¤;(؜#,##0.00¤)',
'decimal_separator' => ',',
'grouping_separator' => '.',
'plus_sign' => '‎+',
@@ -132,7 +142,6 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'decimal_pattern' => '#,##,##0.###',
'percent_pattern' => '#,##,##0%',
'currency_pattern' => '¤ #,##,##0.00',
- 'accounting_currency_pattern' => '¤ #,##,##0.00',
],
'ast' => [
'currency_pattern' => '#,##0.00 ¤',
@@ -160,17 +169,32 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'grouping_separator' => ' ',
],
'bg' => [
- 'currency_pattern' => '#0.00 ¤',
- 'accounting_currency_pattern' => '#0.00 ¤;(#0.00 ¤)',
+ 'currency_pattern' => '#,##0.00 ¤',
+ 'accounting_currency_pattern' => '#,##0.00 ¤;(#,##0.00 ¤)',
'decimal_separator' => ',',
'grouping_separator' => ' ',
],
+ 'bgc' => [
+ 'numbering_system' => 'deva',
+ 'currency_pattern' => '¤ #,##0.00',
+ 'accounting_currency_pattern' => '¤ #,##0.00',
+ ],
+ 'bho' => [
+ 'numbering_system' => 'deva',
+ 'accounting_currency_pattern' => '¤#,##0.00',
+ ],
'bn' => [
'numbering_system' => 'beng',
'decimal_pattern' => '#,##,##0.###',
'currency_pattern' => '#,##,##0.00¤',
'accounting_currency_pattern' => '#,##,##0.00¤;(#,##,##0.00¤)',
],
+ 'bn-IN' => [
+ 'numbering_system' => 'beng',
+ 'decimal_pattern' => '#,##,##0.###',
+ 'currency_pattern' => '¤#,##,##0.00',
+ 'accounting_currency_pattern' => '¤#,##,##0.00;(¤#,##,##0.00)',
+ ],
'bo' => [
'currency_pattern' => '¤ #,##0.00',
'accounting_currency_pattern' => '¤ #,##0.00',
@@ -179,7 +203,6 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'decimal_pattern' => '#,##,##0.###',
'percent_pattern' => '#,##,##0%',
'currency_pattern' => '¤ #,##,##0.00',
- 'accounting_currency_pattern' => '¤ #,##,##0.00',
],
'bs' => [
'percent_pattern' => '#,##0 %',
@@ -195,6 +218,7 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'grouping_separator' => '.',
],
'ca' => [
+ 'percent_pattern' => '#,##0 %',
'currency_pattern' => '#,##0.00 ¤',
'accounting_currency_pattern' => '#,##0.00 ¤;(#,##0.00 ¤)',
'decimal_separator' => ',',
@@ -212,6 +236,13 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'decimal_separator' => ',',
'grouping_separator' => ' ',
],
+ 'cv' => [
+ 'percent_pattern' => '#,##0 %',
+ 'currency_pattern' => '#,##0.00 ¤',
+ 'accounting_currency_pattern' => '#,##0.00 ¤',
+ 'decimal_separator' => ',',
+ 'grouping_separator' => ' ',
+ ],
'cy' => [],
'da' => [
'percent_pattern' => '#,##0 %',
@@ -315,6 +346,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'percent_pattern' => '#,##,##0%',
'currency_pattern' => '¤#,##,##0.00',
],
+ 'en-MV' => [
+ 'currency_pattern' => '¤ #,##0.00',
+ 'accounting_currency_pattern' => '¤ #,##0.00',
+ ],
'en-NL' => [
'currency_pattern' => '¤ #,##0.00;¤ -#,##0.00',
'accounting_currency_pattern' => '¤ #,##0.00;(¤ #,##0.00)',
@@ -398,6 +433,9 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'decimal_separator' => ',',
'grouping_separator' => '.',
],
+ 'es-MX' => [
+ 'accounting_currency_pattern' => '¤#,##0.00',
+ ],
'es-PE' => [
'percent_pattern' => '#,##0 %',
'currency_pattern' => '¤ #,##0.00',
@@ -503,6 +541,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'decimal_separator' => ',',
'grouping_separator' => '.',
],
+ 'frr' => [
+ 'currency_pattern' => '¤ #,##0.00',
+ 'accounting_currency_pattern' => '¤ #,##0.00',
+ ],
'ga' => [],
'gd' => [],
'gl' => [
@@ -526,8 +568,8 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'accounting_currency_pattern' => '¤#,##,##0.00;(¤#,##,##0.00)',
],
'he' => [
- 'currency_pattern' => '‏#,##0.00 ¤;‏-#,##0.00 ¤',
- 'accounting_currency_pattern' => '#,##0.00 ¤',
+ 'currency_pattern' => '‏#,##0.00 ‏¤;‏-#,##0.00 ‏¤',
+ 'accounting_currency_pattern' => '‏#,##0.00 ‏¤;‏-#,##0.00 ‏¤',
'plus_sign' => '‎+',
'minus_sign' => '‎-',
],
@@ -537,6 +579,12 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'currency_pattern' => '¤#,##,##0.00',
'accounting_currency_pattern' => '¤#,##,##0.00',
],
+ 'hi-Latn' => [
+ 'decimal_pattern' => '#,##,##0.###',
+ 'percent_pattern' => '#,##,##0%',
+ 'currency_pattern' => '¤#,##,##0.00',
+ 'accounting_currency_pattern' => '¤#,##,##0.00',
+ ],
'hr' => [
'percent_pattern' => '#,##0 %',
'currency_pattern' => '#,##0.00 ¤',
@@ -604,16 +652,16 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
],
'ks' => [
'numbering_system' => 'arabext',
- 'decimal_pattern' => '#,##,##0.###',
- 'percent_pattern' => '#,##,##0%',
- 'currency_pattern' => '¤ #,##,##0.00',
- 'accounting_currency_pattern' => '¤ #,##,##0.00',
+ 'accounting_currency_pattern' => '¤#,##0.00',
'decimal_separator' => '٫',
'grouping_separator' => '٬',
'plus_sign' => '‎+‎',
'minus_sign' => '‎-‎',
'percent_sign' => '٪',
],
+ 'ks-Deva' => [
+ 'accounting_currency_pattern' => '¤#,##0.00',
+ ],
'ku' => [
'percent_pattern' => '%#,##0',
'currency_pattern' => '#,##0.00 ¤',
@@ -658,6 +706,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'currency_pattern' => '¤ #,##0.00',
'accounting_currency_pattern' => '¤ #,##0.00',
],
+ 'mdf' => [
+ 'currency_pattern' => '¤ #,##0.00',
+ 'accounting_currency_pattern' => '¤ #,##0.00',
+ ],
'mg' => [
'currency_pattern' => '¤ #,##0.00',
'accounting_currency_pattern' => '¤#,##0.00',
@@ -732,10 +784,14 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'grouping_separator' => ' ',
'minus_sign' => '−',
],
+ 'oc' => [
+ 'currency_pattern' => '¤ #,##0.00',
+ 'accounting_currency_pattern' => '¤ #,##0.00',
+ ],
'pa' => [
'decimal_pattern' => '#,##,##0.###',
'percent_pattern' => '#,##,##0%',
- 'currency_pattern' => '¤ #,##,##0.00',
+ 'currency_pattern' => '¤#,##,##0.00',
'accounting_currency_pattern' => '¤ #,##0.00',
],
'pa-Arab' => [
@@ -748,6 +804,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'minus_sign' => '‎-‎',
'percent_sign' => '٪',
],
+ 'pis' => [
+ 'currency_pattern' => '¤ #,##0.00',
+ 'accounting_currency_pattern' => '¤ #,##0.00',
+ ],
'pl' => [
'currency_pattern' => '#,##0.00 ¤',
'accounting_currency_pattern' => '#,##0.00 ¤;(#,##0.00 ¤)',
@@ -756,7 +816,7 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
],
'ps' => [
'numbering_system' => 'arabext',
- 'currency_pattern' => '#,##0.00 ¤',
+ 'currency_pattern' => '¤ #,##0.00',
'decimal_separator' => '٫',
'grouping_separator' => '٬',
'plus_sign' => '‎+‎',
@@ -775,6 +835,11 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'decimal_separator' => ',',
'grouping_separator' => ' ',
],
+ 'raj' => [
+ 'numbering_system' => 'deva',
+ 'currency_pattern' => '¤ #,##0.00',
+ 'accounting_currency_pattern' => '¤ #,##0.00',
+ ],
'rn' => [
'percent_pattern' => '#,##0 %',
'currency_pattern' => '#,##0.00¤',
@@ -836,6 +901,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'grouping_separator' => '.',
'minus_sign' => '−',
],
+ 'sms' => [
+ 'currency_pattern' => '¤ #,##0.00',
+ 'accounting_currency_pattern' => '¤ #,##0.00',
+ ],
'so' => [],
'sq' => [
'currency_pattern' => '#,##0.00 ¤',
@@ -876,7 +945,7 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'ta' => [
'decimal_pattern' => '#,##,##0.###',
'percent_pattern' => '#,##,##0%',
- 'currency_pattern' => '¤ #,##,##0.00',
+ 'currency_pattern' => '¤#,##,##0.00',
],
'ta-MY' => [
'currency_pattern' => '¤ #,##0.00',
@@ -906,6 +975,10 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'currency_pattern' => '¤ #,##0.00',
'accounting_currency_pattern' => '¤ #,##0.00',
],
+ 'tok' => [
+ 'currency_pattern' => '¤ #,##0.00',
+ 'accounting_currency_pattern' => '¤ #,##0.00',
+ ],
'tr' => [
'percent_pattern' => '%#,##0',
'decimal_separator' => ',',
@@ -918,7 +991,6 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
'grouping_separator' => ' ',
],
'ur' => [
- 'currency_pattern' => '¤ #,##0.00',
'plus_sign' => '‎+',
'minus_sign' => '‎-',
],
@@ -932,7 +1004,6 @@ class NumberFormatRepository implements NumberFormatRepositoryInterface
],
'uz' => [
'currency_pattern' => '#,##0.00 ¤',
- 'accounting_currency_pattern' => '#,##0.00 ¤',
'decimal_separator' => ',',
'grouping_separator' => ' ',
],