Skip to content

Commit 0e98d54

Browse files
committed
fix: Revert changes to Currencies.php
1 parent e2dd1de commit 0e98d54

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,
@@ -800,8 +800,8 @@ function country_currencies(): array
800800
'BSD',
801801
],
802802
'BT' => [
803-
'INR',
804803
'BTN',
804+
'INR',
805805
],
806806
'BV' => [
807807
'NOK',
@@ -861,7 +861,7 @@ function country_currencies(): array
861861
'CVE',
862862
],
863863
'CW' => [
864-
'ANG',
864+
'XCG',
865865
],
866866
'CX' => [
867867
'AUD',
@@ -1111,8 +1111,8 @@ function country_currencies(): array
11111111
'LRD',
11121112
],
11131113
'LS' => [
1114-
'ZAR',
11151114
'LSL',
1115+
'ZAR',
11161116
],
11171117
'LT' => [
11181118
'EUR',
@@ -1196,8 +1196,8 @@ function country_currencies(): array
11961196
'MZN',
11971197
],
11981198
'NA' => [
1199-
'ZAR',
12001199
'NAD',
1200+
'ZAR',
12011201
],
12021202
'NC' => [
12031203
'XPF',
@@ -1352,7 +1352,7 @@ function country_currencies(): array
13521352
'USD',
13531353
],
13541354
'SX' => [
1355-
'ANG',
1355+
'XCG',
13561356
],
13571357
'SY' => [
13581358
'SYP',

0 commit comments

Comments
 (0)