File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "todayButton" : " Днес" ,
3
+ "nextMonth" : " Следващ месец" ,
4
+ "previousMonth" : " Предишен месец" ,
5
+ "nextYear" : " Следваща година" ,
6
+ "previousYear" : " Предишна година" ,
7
+ "weekdays" : [
8
+ " Неделя" ,
9
+ " Понеделник" ,
10
+ " Вторник" ,
11
+ " Сряда" ,
12
+ " Четвъртък" ,
13
+ " Петък" ,
14
+ " Събота"
15
+ ],
16
+ "months" : [
17
+ " Януари" ,
18
+ " Февруари" ,
19
+ " Март" ,
20
+ " Април" ,
21
+ " Май" ,
22
+ " Юни" ,
23
+ " Юли" ,
24
+ " Август" ,
25
+ " Септември" ,
26
+ " Октомври" ,
27
+ " Ноември" ,
28
+ " Декември"
29
+ ]
30
+ }
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ export type LocaleOptions =
28
28
| 'zn-CN'
29
29
| 'he-IL'
30
30
| 'tr-TR'
31
- | 'nb-NO' ;
31
+ | 'nb-NO'
32
+ | 'bg-BG' ;
32
33
33
34
export type PickedDayzedProps = Pick <
34
35
DayzedProps ,
You can’t perform that action at this time.
0 commit comments