diff options
Diffstat (limited to 'src')
| -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 |
