From 7bad45cd164545e479fdae0e9bb9c71211c3b930 Mon Sep 17 00:00:00 2001 From: Bojan Zivanovic Date: Fri, 19 Apr 2024 11:32:01 +0200 Subject: [PATCH] Update to CLDR v45. 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 2bf482b..1251208 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 v44. +4. Country list, powered by CLDR v45. 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 d9567ea..e5c3978 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 = "44.0.0" +const CLDRVersion = "45.0.0" var countries = map[string]string{ "AF": "Afghanistan",