We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a25f6 commit c173150Copy full SHA for c173150
2 files changed
src/locales/ro_MD/location/city.ts …c/locales/ro_MD/location/city_pattern.tssrc/locales/ro_MD/location/city.ts renamed to src/locales/ro_MD/location/city_pattern.ts
src/locales/ro_MD/location/index.ts
@@ -4,8 +4,8 @@
4
*/
5
import type { LocationDefinition } from '../../..';
6
import building_number from './building_number';
7
-import city from './city';
8
import city_name from './city_name';
+import city_pattern from './city_pattern';
9
import city_prefix from './city_prefix';
10
import county from './county';
11
import default_country from './default_country';
@@ -20,8 +20,8 @@ import street_prefix from './street_prefix';
20
21
const location: LocationDefinition = {
22
building_number,
23
- city,
24
city_name,
+ city_pattern,
25
city_prefix,
26
county,
27
default_country,
0 commit comments