Skip to content

Commit

Permalink
feat(location): es province should be county (#2156)
Browse files Browse the repository at this point in the history
matthewmayer authored Jun 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e92c313 commit bbda1d7
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/locales/es/location/index.ts
Original file line number Diff line number Diff line change
@@ -7,9 +7,9 @@ import building_number from './building_number';
import city_name from './city_name';
import city_pattern from './city_pattern';
import country from './country';
import county from './county';
import default_country from './default_country';
import postcode from './postcode';
import province from './province';
import secondary_address from './secondary_address';
import state from './state';
import state_abbr from './state_abbr';
@@ -22,9 +22,9 @@ const location: LocationDefinition = {
city_name,
city_pattern,
country,
county,
default_country,
postcode,
province,
secondary_address,
state,
state_abbr,

0 comments on commit bbda1d7

Please sign in to comment.