diff --git a/README.md b/README.md index adfd1bbc..ec53973a 100644 --- a/README.md +++ b/README.md @@ -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 / 沖縄県) diff --git a/resources/country/hi-Latn.json b/resources/country/hi-Latn.json index 67e26ed5..6ea3843a 100644 --- a/resources/country/hi-Latn.json +++ b/resources/country/hi-Latn.json @@ -25,6 +25,7 @@ "BZ": "Belize", "BJ": "Benin", "BM": "Bermuda", + "IN": "Bharat", "BT": "Bhutan", "BO": "Bolivia", "BA": "Bosnia & Herzegovina", @@ -107,7 +108,6 @@ "HK": "Hong Kong SAR China", "HU": "Hungary", "IS": "Iceland", - "IN": "India", "ID": "Indonesia", "IR": "Iran", "IQ": "Iraq", diff --git a/src/Country/CountryRepository.php b/src/Country/CountryRepository.php index cc854cc8..ebacc6c3 100644 --- a/src/Country/CountryRepository.php +++ b/src/Country/CountryRepository.php @@ -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'], @@ -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'],