File tree Expand file tree Collapse file tree 4 files changed +34
-35
lines changed Expand file tree Collapse file tree 4 files changed +34
-35
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 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+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,24 +13,24 @@ export type Locale = {
1313} ;
1414
1515export type LocaleOptions =
16+ | 'bg-BG'
1617 | 'ca-ES'
1718 | 'cs-CZ'
1819 | 'de-DE'
1920 | 'en-US'
2021 | 'es-ES'
2122 | 'fi-FL'
2223 | 'fr-FR'
24+ | 'he-IL'
2325 | 'it-IT'
2426 | 'ja-JP'
27+ | 'nb-NO'
2528 | 'pl-PL'
2629 | 'pt-BR'
2730 | 'ru-RU'
2831 | 'sv-SE'
29- | 'zn-CN'
30- | 'he-IL'
3132 | 'tr-TR'
32- | 'nb-NO'
33- | 'bg-BG' ;
33+ | 'zh-CN' ;
3434
3535export type PickedDayzedProps = Pick <
3636 DayzedProps ,
You can’t perform that action at this time.
0 commit comments