Skip to content

Commit c173150

Browse files
authored
fix(locale): ro_MD city should be city_pattern (#2155)
1 parent d4a25f6 commit c173150

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

src/locales/ro_MD/location/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*/
55
import type { LocationDefinition } from '../../..';
66
import building_number from './building_number';
7-
import city from './city';
87
import city_name from './city_name';
8+
import city_pattern from './city_pattern';
99
import city_prefix from './city_prefix';
1010
import county from './county';
1111
import default_country from './default_country';
@@ -20,8 +20,8 @@ import street_prefix from './street_prefix';
2020

2121
const location: LocationDefinition = {
2222
building_number,
23-
city,
2423
city_name,
24+
city_pattern,
2525
city_prefix,
2626
county,
2727
default_country,

0 commit comments

Comments
 (0)