From 30c6e3d4f676e74eef035c1f3a255ddb60c4bae2 Mon Sep 17 00:00:00 2001 From: "Mona,Lisa" Date: Sat, 13 May 2023 16:54:58 +0700 Subject: [PATCH] fix(locale) ro_MD city should be city_pattern conflict of #2084 and #2094 --- src/locales/ro_MD/location/{city.ts => city_pattern.ts} | 0 src/locales/ro_MD/location/index.ts | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/locales/ro_MD/location/{city.ts => city_pattern.ts} (100%) diff --git a/src/locales/ro_MD/location/city.ts b/src/locales/ro_MD/location/city_pattern.ts similarity index 100% rename from src/locales/ro_MD/location/city.ts rename to 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 00cf5bc50f3..22b35a1a96c 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,