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 c72722e commit c8b7a3dCopy full SHA for c8b7a3d
src/locales/no-NB.json
@@ -0,0 +1,31 @@
1
+{
2
+ "todayButton": "Idag",
3
+ "nextMonth": "Neste måned",
4
+ "previousMonth": "Forrige måned",
5
+ "nextYear": "Neste år",
6
+ "previousYear": "Forrige år",
7
+ "weekdays": [
8
+ "Søndag",
9
+ "Mandag",
10
+ "Tisdag",
11
+ "Onsdag",
12
+ "Torsdag",
13
+ "Fredag",
14
+ "Lørdag"
15
+ ],
16
+ "months": [
17
+ "Januar",
18
+ "Februar",
19
+ "Mars",
20
+ "April",
21
+ "Mai",
22
+ "Juni",
23
+ "Juli",
24
+ "August",
25
+ "September",
26
+ "Oktober",
27
+ "November",
28
+ "Desember"
29
+ ]
30
+ }
31
+
src/types/index.ts
@@ -29,7 +29,8 @@ export type LocaleOptions =
| 'sv-SE'
| 'zn-CN'
| 'he-IL'
32
- | 'tr-TR';
+ | 'tr-TR'
33
+ | 'nb-NO';
34
35
export type PickedDayzedProps = Pick<
36
DayzedProps,
0 commit comments