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 e5d576b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A PHP 8.0+ addressing library, powered by CLDR and Google's address data.
Manipulates postal addresses, meant to identify a precise recipient location for shipping or billing purposes.

Features:
- Countries, with translations for over 250 locales. Powered by [CLDR](http://cldr.unicode.org) v44.
- Countries, with translations for over 250 locales. Powered by [CLDR](http://cldr.unicode.org) v45.
- Address formats for over 200 countries
- Subdivisions (administrative areas, localities, dependent localities) for 60 countries
- Both latin and local subdivision names, when relevant (e.g: Okinawa / 沖縄県)
Expand Down
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 e5d576b

Please sign in to comment.