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