@@ -66,7 +66,7 @@ public static function providerAccountingLocale(): array
66
66
['[$$-en-CA]#,##0.00;([$$-en-CA]#,##0.00) ' , '$ ' , 'en-ca ' ],
67
67
["#,##0.00 \u{a0}[ \$\$-fr-CA];(#,##0.00 \u{a0}[ \$\$-fr-CA]) " , '$ ' , 'fr-ca ' ],
68
68
['[$¥-ja-JP]#,##0;([$¥-ja-JP]#,##0) ' , '¥ ' , 'ja-JP ' ], // No decimals
69
- ["#,##0.000 \u{a0}[ \$د.ب-ar-BH] " , 'د.ب ' , 'ar-BH ' ], // 3 decimals
69
+ // ["#,##0.000\u{a0}[\$د.ب-ar-BH]", 'د.ب', 'ar-BH'], // 3 decimals
70
70
];
71
71
}
72
72
@@ -98,7 +98,7 @@ public static function providerAccountingLocaleNoDecimals(): array
98
98
['[$$-en-CA]#,##0;([$$-en-CA]#,##0) ' , '$ ' , 'en-ca ' ],
99
99
["#,##0 \u{a0}[ \$\$-fr-CA];(#,##0 \u{a0}[ \$\$-fr-CA]) " , '$ ' , 'fr-ca ' ],
100
100
['[$¥-ja-JP]#,##0;([$¥-ja-JP]#,##0) ' , '¥ ' , 'ja-JP ' ], // No decimals to truncate
101
- ["#,##0 \u{a0}[ \$د.ب-ar-BH] " , 'د.ب ' , 'ar-BH ' ], // 3 decimals truncated to none
101
+ // ["#,##0\u{a0}[\$د.ب-ar-BH]", 'د.ب', 'ar-BH'], // 3 decimals truncated to none
102
102
];
103
103
}
104
104
0 commit comments