Skip to content

Commit

Permalink
fix(locale) ro_MD city should be city_pattern
Browse files Browse the repository at this point in the history
conflict of #2084 and #2094
  • Loading branch information
matthewmayer committed May 13, 2023
1 parent e0e9ae8 commit 30c6e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/locales/ro_MD/location/index.ts
Expand Up @@ -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';
Expand All @@ -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,
Expand Down

0 comments on commit 30c6e3d

Please sign in to comment.