From bbf65d89a46be9f70c1ae250d62140044404dbcc Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Wed, 29 Mar 2023 16:12:21 +0700 Subject: chore(locale): change uk_country to state (#1989) --- src/locales/en_GB/location/index.ts | 4 ++-- src/locales/en_GB/location/state.ts | 1 + src/locales/en_GB/location/uk_country.ts | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 src/locales/en_GB/location/state.ts delete mode 100644 src/locales/en_GB/location/uk_country.ts (limited to 'src') diff --git a/src/locales/en_GB/location/index.ts b/src/locales/en_GB/location/index.ts index 6039d1ae..a4c8822b 100644 --- a/src/locales/en_GB/location/index.ts +++ b/src/locales/en_GB/location/index.ts @@ -11,9 +11,9 @@ import city_suffix from './city_suffix'; import county from './county'; import default_country from './default_country'; import postcode from './postcode'; +import state from './state'; import street from './street'; import street_suffix from './street_suffix'; -import uk_country from './uk_country'; const location: LocationDefinitions = { building_number, @@ -24,9 +24,9 @@ const location: LocationDefinitions = { county, default_country, postcode, + state, street, street_suffix, - uk_country, }; export default location; diff --git a/src/locales/en_GB/location/state.ts b/src/locales/en_GB/location/state.ts new file mode 100644 index 00000000..7aabd725 --- /dev/null +++ b/src/locales/en_GB/location/state.ts @@ -0,0 +1 @@ +export default ['England', 'Scotland', 'Wales', 'Northern Ireland']; diff --git a/src/locales/en_GB/location/uk_country.ts b/src/locales/en_GB/location/uk_country.ts deleted file mode 100644 index 7aabd725..00000000 --- a/src/locales/en_GB/location/uk_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['England', 'Scotland', 'Wales', 'Northern Ireland']; -- cgit v1.2.3