Skip to content

Commit 4a15bd0

Browse files
feat(locale): add Dutch province abbreviations (#2232)
1 parent 5a48282 commit 4a15bd0

3 files changed

Lines changed: 24 additions & 8 deletions

File tree

src/locales/nl/location/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import default_country from './default_country';
1212
import postcode from './postcode';
1313
import secondary_address from './secondary_address';
1414
import state from './state';
15+
import state_abbr from './state_abbr';
1516
import street_address from './street_address';
1617
import street_pattern from './street_pattern';
1718
import 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,

src/locales/nl/location/state.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
export 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
];
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
];

0 commit comments

Comments
 (0)