diff options
| author | Matt Mayer <[email protected]> | 2023-03-29 16:12:21 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-29 11:12:21 +0200 |
| commit | bbf65d89a46be9f70c1ae250d62140044404dbcc (patch) | |
| tree | 60eacd5cf80d75da582964ae1fa39996dc01a8d5 | |
| parent | f890d627164c5436e2b2a3ac05239a1a1634015e (diff) | |
| download | faker-bbf65d89a46be9f70c1ae250d62140044404dbcc.tar.xz faker-bbf65d89a46be9f70c1ae250d62140044404dbcc.zip | |
chore(locale): change uk_country to state (#1989)
| -rw-r--r-- | src/locales/en_GB/location/index.ts | 4 | ||||
| -rw-r--r-- | src/locales/en_GB/location/state.ts (renamed from src/locales/en_GB/location/uk_country.ts) | 0 |
2 files changed, 2 insertions, 2 deletions
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/uk_country.ts b/src/locales/en_GB/location/state.ts index 7aabd725..7aabd725 100644 --- a/src/locales/en_GB/location/uk_country.ts +++ b/src/locales/en_GB/location/state.ts |
