We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5812bc commit 78c892bCopy full SHA for 78c892b
src/locales/da/location/index.ts
@@ -10,6 +10,7 @@ import country from './country';
10
import direction from './direction';
11
import postcode from './postcode';
12
import secondary_address from './secondary_address';
13
+import state from './state';
14
import street_address from './street_address';
15
import street_name from './street_name';
16
import street_pattern from './street_pattern';
@@ -22,6 +23,7 @@ const location: LocationDefinition = {
22
23
direction,
24
postcode,
25
secondary_address,
26
+ state,
27
street_address,
28
street_name,
29
street_pattern,
src/locales/da/location/state.ts
@@ -0,0 +1,7 @@
1
+export default [
2
+ 'Hovedstaden',
3
+ 'Midtjylland',
4
+ 'Nordjylland',
5
+ 'Sjælland',
6
+ 'Syddanmark',
7
+];
0 commit comments