Skip to content

Commit bbda1d7

Browse files
authored
feat(location): es province should be county (#2156)
1 parent e92c313 commit bbda1d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/locales/es/location/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import building_number from './building_number';
77
import city_name from './city_name';
88
import city_pattern from './city_pattern';
99
import country from './country';
10+
import county from './county';
1011
import default_country from './default_country';
1112
import postcode from './postcode';
12-
import province from './province';
1313
import secondary_address from './secondary_address';
1414
import state from './state';
1515
import state_abbr from './state_abbr';
@@ -22,9 +22,9 @@ const location: LocationDefinition = {
2222
city_name,
2323
city_pattern,
2424
country,
25+
county,
2526
default_country,
2627
postcode,
27-
province,
2828
secondary_address,
2929
state,
3030
state_abbr,

0 commit comments

Comments
 (0)