File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import default_country from './default_country';
1212import postcode from './postcode' ;
1313import secondary_address from './secondary_address' ;
1414import state from './state' ;
15+ import state_abbr from './state_abbr' ;
1516import street_address from './street_address' ;
1617import street_pattern from './street_pattern' ;
1718import street_suffix from './street_suffix' ;
@@ -26,6 +27,7 @@ const location: LocationDefinition = {
2627 postcode,
2728 secondary_address,
2829 state,
30+ state_abbr,
2931 street_address,
3032 street_pattern,
3133 street_suffix,
Original file line number Diff line number Diff line change 11export default [
2- 'Noord-Holland' ,
3- 'Zuid-Holland' ,
4- 'Utrecht' ,
5- 'Zeeland' ,
6- 'Overijssel' ,
7- 'Gelderland' ,
82 'Drenthe' ,
3+ 'Flevoland' ,
94 'Friesland' ,
5+ 'Gelderland' ,
106 'Groningen' ,
11- 'Noord-Brabant' ,
127 'Limburg' ,
13- 'Flevoland' ,
8+ 'Noord-Brabant' ,
9+ 'Noord-Holland' ,
10+ 'Overijssel' ,
11+ 'Utrecht' ,
12+ 'Zeeland' ,
13+ 'Zuid-Holland' ,
1414] ;
Original file line number Diff line number Diff line change 1+ export default [
2+ 'DR' ,
3+ 'FL' ,
4+ 'FR' ,
5+ 'GE' ,
6+ 'GR' ,
7+ 'LI' ,
8+ 'NB' ,
9+ 'NH' ,
10+ 'OV' ,
11+ 'UT' ,
12+ 'ZE' ,
13+ 'ZH' ,
14+ ] ;
You can’t perform that action at this time.
0 commit comments