From 221f038696edfc945eeed177b96dabcc74b191dc Mon Sep 17 00:00:00 2001 From: Bojan Zivanovic Date: Thu, 20 Oct 2022 12:25:16 +0200 Subject: [PATCH] Update to CLDR v42. No data changes. --- README.md | 2 +- countries.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca6d0ec..6bba0ce 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Backstory: https://bojanz.github.io/address-handling-go/ 1. Address struct. 2. Address formats for ~200 countries. 3. Regions for ~50 countries, with local names where relevant (e.g: Okinawa / 沖縄県). -4. Country list, powered by CLDR v41. +4. Country list, powered by CLDR v42. 5. HTML formatter. 6. HTTP handler for serving address formats and regions as JSON: only ~14kb gzipped! diff --git a/countries.go b/countries.go index 8b133af..4d359db 100644 --- a/countries.go +++ b/countries.go @@ -4,7 +4,7 @@ package address // CLDRVersion is the CLDR version from which the country list is derived. -const CLDRVersion = "41.0.0" +const CLDRVersion = "42.0.0" var countries = map[string]string{ "AF": "Afghanistan",