aboutsummaryrefslogtreecommitdiff
path: root/src/locales/it
diff options
context:
space:
mode:
authorShinigami <[email protected]>2023-04-21 23:39:04 +0200
committerGitHub <[email protected]>2023-04-21 21:39:04 +0000
commit3529ef7a97513286ef9ecfdfb3a460bd9723f69f (patch)
tree03891648489e2103738518c2c6dfe2dbf2a2a5f1 /src/locales/it
parent14a033a9435ecff907511368ada5be59e7bb9594 (diff)
downloadfaker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.tar.xz
faker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.zip
refactor(location)!: rename definition street to street_pattern (#2051)
Diffstat (limited to 'src/locales/it')
-rw-r--r--src/locales/it/location/index.ts4
-rw-r--r--src/locales/it/location/street_pattern.ts (renamed from src/locales/it/location/street.ts)0
2 files changed, 2 insertions, 2 deletions
diff --git a/src/locales/it/location/index.ts b/src/locales/it/location/index.ts
index 2b51af88..3a5cf17d 100644
--- a/src/locales/it/location/index.ts
+++ b/src/locales/it/location/index.ts
@@ -14,8 +14,8 @@ import postcode from './postcode';
import secondary_address from './secondary_address';
import state from './state';
import state_abbr from './state_abbr';
-import street from './street';
import street_address from './street_address';
+import street_pattern from './street_pattern';
import street_suffix from './street_suffix';
const location: LocationDefinitions = {
@@ -30,8 +30,8 @@ const location: LocationDefinitions = {
secondary_address,
state,
state_abbr,
- street,
street_address,
+ street_pattern,
street_suffix,
};
diff --git a/src/locales/it/location/street.ts b/src/locales/it/location/street_pattern.ts
index e2e1b0db..e2e1b0db 100644
--- a/src/locales/it/location/street.ts
+++ b/src/locales/it/location/street_pattern.ts