diff options
| author | Matt Mayer <[email protected]> | 2023-05-26 04:12:58 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-25 21:12:58 +0000 |
| commit | c173150a96a95818b0c4fd6cb2d41daea7e9ad0a (patch) | |
| tree | 0ab251ff35f2d35583326e862393474301e598a1 /src | |
| parent | d4a25f69362af6d6cc22b35c67b3811a3fa7c58d (diff) | |
| download | faker-c173150a96a95818b0c4fd6cb2d41daea7e9ad0a.tar.xz faker-c173150a96a95818b0c4fd6cb2d41daea7e9ad0a.zip | |
fix(locale): ro_MD city should be city_pattern (#2155)
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/ro_MD/location/city_pattern.ts (renamed from src/locales/ro_MD/location/city.ts) | 0 | ||||
| -rw-r--r-- | src/locales/ro_MD/location/index.ts | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/locales/ro_MD/location/city.ts b/src/locales/ro_MD/location/city_pattern.ts index d277fafa..d277fafa 100644 --- a/src/locales/ro_MD/location/city.ts +++ b/src/locales/ro_MD/location/city_pattern.ts diff --git a/src/locales/ro_MD/location/index.ts b/src/locales/ro_MD/location/index.ts index 00cf5bc5..22b35a1a 100644 --- a/src/locales/ro_MD/location/index.ts +++ b/src/locales/ro_MD/location/index.ts @@ -4,8 +4,8 @@ */ import type { LocationDefinition } from '../../..'; import building_number from './building_number'; -import city from './city'; import city_name from './city_name'; +import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import county from './county'; import default_country from './default_country'; @@ -20,8 +20,8 @@ import street_prefix from './street_prefix'; const location: LocationDefinition = { building_number, - city, city_name, + city_pattern, city_prefix, county, default_country, |
