aboutsummaryrefslogtreecommitdiff
path: root/src/locales/he
diff options
context:
space:
mode:
authorDivisionByZero <[email protected]>2023-04-27 17:33:43 +0200
committerGitHub <[email protected]>2023-04-27 17:33:43 +0200
commit8cd196562be43d378bc82d0dfe8b003fd84c404f (patch)
tree858f9178bac07ecca6352d2801d3e49fd0d4b9c0 /src/locales/he
parent5ad55a58cc23bf0076e7f96ae73ae46f4510990d (diff)
downloadfaker-8cd196562be43d378bc82d0dfe8b003fd84c404f.tar.xz
faker-8cd196562be43d378bc82d0dfe8b003fd84c404f.zip
refactor(location)!: rename definition city to city_pattern (#2094)
Diffstat (limited to 'src/locales/he')
-rw-r--r--src/locales/he/location/city_pattern.ts (renamed from src/locales/he/location/city.ts)0
-rw-r--r--src/locales/he/location/index.ts4
2 files changed, 2 insertions, 2 deletions
diff --git a/src/locales/he/location/city.ts b/src/locales/he/location/city_pattern.ts
index ad43b68f..ad43b68f 100644
--- a/src/locales/he/location/city.ts
+++ b/src/locales/he/location/city_pattern.ts
diff --git a/src/locales/he/location/index.ts b/src/locales/he/location/index.ts
index 8ee11cff..6388b5d2 100644
--- a/src/locales/he/location/index.ts
+++ b/src/locales/he/location/index.ts
@@ -4,8 +4,8 @@
*/
import type { LocationDefinitions } from '../../..';
import building_number from './building_number';
-import city from './city';
import city_name from './city_name';
+import city_pattern from './city_pattern';
import country from './country';
import county from './county';
import default_country from './default_country';
@@ -22,8 +22,8 @@ import street_prefix from './street_prefix';
const location: LocationDefinitions = {
building_number,
- city,
city_name,
+ city_pattern,
country,
county,
default_country,