Skip to content

Commit

Permalink
fix: Revert changes to Currencies.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MissAllSunday committed Sep 24, 2024
1 parent 965d011 commit 162f068
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Sources/Unicode/Currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ function currencies(): array
'cashDigits' => 0,
'cashRounding' => 0,
],
'ANG' => [
'digits' => 2,
'rounding' => 0,
],
'AOA' => [
'digits' => 2,
'rounding' => 0,
Expand Down Expand Up @@ -662,6 +658,10 @@ function currencies(): array
'digits' => 2,
'rounding' => 0,
],
'XCG' => [
'digits' => 2,
'rounding' => 0,
],
'XOF' => [
'digits' => 0,
'rounding' => 0,
Expand Down Expand Up @@ -796,8 +796,8 @@ function country_currencies(): array
'BSD',
],
'BT' => [
'INR',
'BTN',
'INR',
],
'BV' => [
'NOK',
Expand Down Expand Up @@ -857,7 +857,7 @@ function country_currencies(): array
'CVE',
],
'CW' => [
'ANG',
'XCG',
],
'CX' => [
'AUD',
Expand Down Expand Up @@ -1107,8 +1107,8 @@ function country_currencies(): array
'LRD',
],
'LS' => [
'ZAR',
'LSL',
'ZAR',
],
'LT' => [
'EUR',
Expand Down Expand Up @@ -1192,8 +1192,8 @@ function country_currencies(): array
'MZN',
],
'NA' => [
'ZAR',
'NAD',
'ZAR',
],
'NC' => [
'XPF',
Expand Down Expand Up @@ -1348,7 +1348,7 @@ function country_currencies(): array
'USD',
],
'SX' => [
'ANG',
'XCG',
],
'SY' => [
'SYP',
Expand Down

0 comments on commit 162f068

Please sign in to comment.