diff options
| author | Shinigami <[email protected]> | 2023-04-21 23:39:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-21 21:39:04 +0000 |
| commit | 3529ef7a97513286ef9ecfdfb3a460bd9723f69f (patch) | |
| tree | 03891648489e2103738518c2c6dfe2dbf2a2a5f1 /src/locales/ar | |
| parent | 14a033a9435ecff907511368ada5be59e7bb9594 (diff) | |
| download | faker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.tar.xz faker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.zip | |
refactor(location)!: rename definition street to street_pattern (#2051)
Diffstat (limited to 'src/locales/ar')
| -rw-r--r-- | src/locales/ar/location/index.ts | 4 | ||||
| -rw-r--r-- | src/locales/ar/location/street_pattern.ts (renamed from src/locales/ar/location/street.ts) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/locales/ar/location/index.ts b/src/locales/ar/location/index.ts index c24a8ac5..80517bb2 100644 --- a/src/locales/ar/location/index.ts +++ b/src/locales/ar/location/index.ts @@ -11,8 +11,8 @@ import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; -import street from './street'; import street_address from './street_address'; +import street_pattern from './street_pattern'; import street_prefix from './street_prefix'; const location: LocationDefinitions = { @@ -24,8 +24,8 @@ const location: LocationDefinitions = { postcode, secondary_address, state, - street, street_address, + street_pattern, street_prefix, }; diff --git a/src/locales/ar/location/street.ts b/src/locales/ar/location/street_pattern.ts index c182e837..c182e837 100644 --- a/src/locales/ar/location/street.ts +++ b/src/locales/ar/location/street_pattern.ts |
