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 4254a40 commit bb761e8Copy full SHA for bb761e8
core/src/locale/da.ts
@@ -18,7 +18,7 @@ const locale: Localization = {
18
},
19
day: {
20
'*': { prefix: 'og' },
21
- empty: { text: 'hver dag' },
+ empty: { text: 'hver dag i måneden' },
22
value: { text: '{{value.alt}}.' },
23
range: { text: '{{start.alt}}.-{{end.alt}}.' },
24
noSpecific: {
@@ -59,10 +59,10 @@ const locale: Localization = {
59
text: 'Time',
60
minute: {
61
'*': {
62
- prefix: 'på de(t)',
+ prefix: 'ved',
63
suffix: 'minutter',
64
65
- empty: { text: 'hver' },
+ empty: { text: 'alle' },
66
67
68
0 commit comments