diff options
| author | DivisionByZero <[email protected]> | 2023-04-27 17:33:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-27 17:33:43 +0200 |
| commit | 8cd196562be43d378bc82d0dfe8b003fd84c404f (patch) | |
| tree | 858f9178bac07ecca6352d2801d3e49fd0d4b9c0 /src/locales/hr | |
| parent | 5ad55a58cc23bf0076e7f96ae73ae46f4510990d (diff) | |
| download | faker-8cd196562be43d378bc82d0dfe8b003fd84c404f.tar.xz faker-8cd196562be43d378bc82d0dfe8b003fd84c404f.zip | |
refactor(location)!: rename definition city to city_pattern (#2094)
Diffstat (limited to 'src/locales/hr')
| -rw-r--r-- | src/locales/hr/location/city_pattern.ts (renamed from src/locales/hr/location/city.ts) | 0 | ||||
| -rw-r--r-- | src/locales/hr/location/index.ts | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/locales/hr/location/city.ts b/src/locales/hr/location/city_pattern.ts index ad43b68f..ad43b68f 100644 --- a/src/locales/hr/location/city.ts +++ b/src/locales/hr/location/city_pattern.ts diff --git a/src/locales/hr/location/index.ts b/src/locales/hr/location/index.ts index 220f6fea..4b649a30 100644 --- a/src/locales/hr/location/index.ts +++ b/src/locales/hr/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 default_country from './default_country'; import postcode from './postcode'; @@ -16,8 +16,8 @@ import street_pattern from './street_pattern'; const location: LocationDefinitions = { building_number, - city, city_name, + city_pattern, country, default_country, postcode, |
