aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ru
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/ru
parent14a033a9435ecff907511368ada5be59e7bb9594 (diff)
downloadfaker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.tar.xz
faker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.zip
refactor(location)!: rename definition street to street_pattern (#2051)
Diffstat (limited to 'src/locales/ru')
-rw-r--r--src/locales/ru/location/index.ts4
-rw-r--r--src/locales/ru/location/street_pattern.ts (renamed from src/locales/ru/location/street.ts)0
2 files changed, 2 insertions, 2 deletions
diff --git a/src/locales/ru/location/index.ts b/src/locales/ru/location/index.ts
index b28b0dfb..c7940e2a 100644
--- a/src/locales/ru/location/index.ts
+++ b/src/locales/ru/location/index.ts
@@ -11,9 +11,9 @@ 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_name from './street_name';
+import street_pattern from './street_pattern';
import street_suffix from './street_suffix';
const location: LocationDefinitions = {
@@ -25,9 +25,9 @@ const location: LocationDefinitions = {
postcode,
secondary_address,
state,
- street,
street_address,
street_name,
+ street_pattern,
street_suffix,
};
diff --git a/src/locales/ru/location/street.ts b/src/locales/ru/location/street_pattern.ts
index 523f8165..523f8165 100644
--- a/src/locales/ru/location/street.ts
+++ b/src/locales/ru/location/street_pattern.ts