diff options
| author | Matt Mayer <[email protected]> | 2024-03-14 23:50:51 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-14 17:50:51 +0100 |
| commit | a409b468f942d964ce22ff42b52f8a756e0ca815 (patch) | |
| tree | bbff03204518b479aa056cfcf86d2a2520604e49 /src/locales/it | |
| parent | 5ef8ef1da13e83efc61702e64d8f75b611afb4e5 (diff) | |
| download | faker-a409b468f942d964ce22ff42b52f8a756e0ca815.tar.xz faker-a409b468f942d964ce22ff42b52f8a756e0ca815.zip | |
refactor(location)!: remove default_country definitions (#2740)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'src/locales/it')
| -rw-r--r-- | src/locales/it/location/default_country.ts | 1 | ||||
| -rw-r--r-- | src/locales/it/location/index.ts | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/locales/it/location/default_country.ts b/src/locales/it/location/default_country.ts deleted file mode 100644 index 5b217301..00000000 --- a/src/locales/it/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Italia']; diff --git a/src/locales/it/location/index.ts b/src/locales/it/location/index.ts index 21a3cdac..639ced2d 100644 --- a/src/locales/it/location/index.ts +++ b/src/locales/it/location/index.ts @@ -9,7 +9,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -25,7 +24,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, postcode, secondary_address, state, |
