Skip to content

Commit

Permalink
fix(locale): ro_MD city should be city_pattern (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer committed May 25, 2023
1 parent d4a25f6 commit c173150
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
Original file line number Diff line number Diff line change
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 c173150

Please sign in to comment.