Skip to content

Commit 78c892b

Browse files
feat(locale): add da states (regions) (#3656)
Co-authored-by: DivisionByZero <[email protected]>
1 parent a5812bc commit 78c892b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/locales/da/location/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import country from './country';
1010
import direction from './direction';
1111
import postcode from './postcode';
1212
import secondary_address from './secondary_address';
13+
import state from './state';
1314
import street_address from './street_address';
1415
import street_name from './street_name';
1516
import street_pattern from './street_pattern';
@@ -22,6 +23,7 @@ const location: LocationDefinition = {
2223
direction,
2324
postcode,
2425
secondary_address,
26+
state,
2527
street_address,
2628
street_name,
2729
street_pattern,

src/locales/da/location/state.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export default [
2+
'Hovedstaden',
3+
'Midtjylland',
4+
'Nordjylland',
5+
'Sjælland',
6+
'Syddanmark',
7+
];

0 commit comments

Comments
 (0)