Skip to content

Commit

Permalink
Update to CLDR v45.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Apr 19, 2024
1 parent a5af40b commit 55e7e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/country/hi-Latn.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"BZ": "Belize",
"BJ": "Benin",
"BM": "Bermuda",
"IN": "Bharat",
"BT": "Bhutan",
"BO": "Bolivia",
"BA": "Bosnia & Herzegovina",
Expand Down Expand Up @@ -107,7 +108,6 @@
"HK": "Hong Kong SAR China",
"HU": "Hungary",
"IS": "Iceland",
"IN": "India",
"ID": "Indonesia",
"IR": "Iran",
"IQ": "Iraq",
Expand Down
4 changes: 2 additions & 2 deletions src/Country/CountryRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ protected function getBaseDefinitions(): array
'CR' => ['CRI', '188', 'CRC'],
'CU' => ['CUB', '192', 'CUP'],
'CV' => ['CPV', '132', 'CVE'],
'CW' => ['CUW', '531', 'ANG'],
'CW' => ['CUW', '531', 'XCG'],
'CX' => ['CXR', '162', 'AUD'],
'CY' => ['CYP', '196', 'EUR'],
'CZ' => ['CZE', '203', 'CZK'],
Expand Down Expand Up @@ -393,7 +393,7 @@ protected function getBaseDefinitions(): array
'SS' => ['SSD', '728', 'SSP'],
'ST' => ['STP', '678', 'STN'],
'SV' => ['SLV', '222', 'USD'],
'SX' => ['SXM', '534', 'ANG'],
'SX' => ['SXM', '534', 'XCG'],
'SY' => ['SYR', '760', 'SYP'],
'SZ' => ['SWZ', '748', 'SZL'],
'TA' => ['TAA', null, 'GBP'],
Expand Down

0 comments on commit 55e7e82

Please sign in to comment.