Skip to content

Commit 162f068

Browse files
committed
fix: Revert changes to Currencies.php
1 parent 965d011 commit 162f068

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Sources/Unicode/Currencies.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ function currencies(): array
5151
'cashDigits' => 0,
5252
'cashRounding' => 0,
5353
],
54-
'ANG' => [
55-
'digits' => 2,
56-
'rounding' => 0,
57-
],
5854
'AOA' => [
5955
'digits' => 2,
6056
'rounding' => 0,
@@ -662,6 +658,10 @@ function currencies(): array
662658
'digits' => 2,
663659
'rounding' => 0,
664660
],
661+
'XCG' => [
662+
'digits' => 2,
663+
'rounding' => 0,
664+
],
665665
'XOF' => [
666666
'digits' => 0,
667667
'rounding' => 0,
@@ -796,8 +796,8 @@ function country_currencies(): array
796796
'BSD',
797797
],
798798
'BT' => [
799-
'INR',
800799
'BTN',
800+
'INR',
801801
],
802802
'BV' => [
803803
'NOK',
@@ -857,7 +857,7 @@ function country_currencies(): array
857857
'CVE',
858858
],
859859
'CW' => [
860-
'ANG',
860+
'XCG',
861861
],
862862
'CX' => [
863863
'AUD',
@@ -1107,8 +1107,8 @@ function country_currencies(): array
11071107
'LRD',
11081108
],
11091109
'LS' => [
1110-
'ZAR',
11111110
'LSL',
1111+
'ZAR',
11121112
],
11131113
'LT' => [
11141114
'EUR',
@@ -1192,8 +1192,8 @@ function country_currencies(): array
11921192
'MZN',
11931193
],
11941194
'NA' => [
1195-
'ZAR',
11961195
'NAD',
1196+
'ZAR',
11971197
],
11981198
'NC' => [
11991199
'XPF',
@@ -1348,7 +1348,7 @@ function country_currencies(): array
13481348
'USD',
13491349
],
13501350
'SX' => [
1351-
'ANG',
1351+
'XCG',
13521352
],
13531353
'SY' => [
13541354
'SYP',

0 commit comments

Comments
 (0)