aboutsummaryrefslogtreecommitdiff
path: root/src/locales/af_ZA
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/af_ZA
parent14a033a9435ecff907511368ada5be59e7bb9594 (diff)
downloadfaker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.tar.xz
faker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.zip
refactor(location)!: rename definition street to street_pattern (#2051)
Diffstat (limited to 'src/locales/af_ZA')
-rw-r--r--src/locales/af_ZA/location/index.ts4
-rw-r--r--src/locales/af_ZA/location/street_pattern.ts (renamed from src/locales/af_ZA/location/street.ts)0
2 files changed, 2 insertions, 2 deletions
diff --git a/src/locales/af_ZA/location/index.ts b/src/locales/af_ZA/location/index.ts
index b34a7a06..5c4d4277 100644
--- a/src/locales/af_ZA/location/index.ts
+++ b/src/locales/af_ZA/location/index.ts
@@ -7,14 +7,14 @@ import city from './city';
import default_country from './default_country';
import postcode from './postcode';
import state from './state';
-import street from './street';
+import street_pattern from './street_pattern';
const location: LocationDefinitions = {
city,
default_country,
postcode,
state,
- street,
+ street_pattern,
};
export default location;
diff --git a/src/locales/af_ZA/location/street.ts b/src/locales/af_ZA/location/street_pattern.ts
index af32d0c4..af32d0c4 100644
--- a/src/locales/af_ZA/location/street.ts
+++ b/src/locales/af_ZA/location/street_pattern.ts