File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ import dayjs from 'dayjs'
3
3
4
4
const locale = {
5
5
name : 'pt-br' ,
6
- weekdays : 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado ' . split ( '_' ) ,
7
- weekdaysShort : 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb ' . split ( '_' ) ,
6
+ weekdays : 'domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado ' . split ( '_' ) ,
7
+ weekdaysShort : 'dom_seg_ter_qua_qui_sex_sáb ' . split ( '_' ) ,
8
8
weekdaysMin : 'Do_2ª_3ª_4ª_5ª_6ª_Sá' . split ( '_' ) ,
9
- months : 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro ' . split ( '_' ) ,
10
- monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez ' . split ( '_' ) ,
9
+ months : 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro ' . split ( '_' ) ,
10
+ monthsShort : 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez ' . split ( '_' ) ,
11
11
ordinal : n => `${ n } º` ,
12
12
formats : {
13
13
LT : 'HH:mm' ,
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ import dayjs from 'dayjs'
3
3
4
4
const locale = {
5
5
name : 'pt' ,
6
- weekdays : 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado ' . split ( '_' ) ,
7
- weekdaysShort : 'Dom_Seg_Ter_Qua_Qui_Sex_Sab ' . split ( '_' ) ,
6
+ weekdays : 'domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado ' . split ( '_' ) ,
7
+ weekdaysShort : 'dom_seg_ter_qua_qui_sex_sab ' . split ( '_' ) ,
8
8
weekdaysMin : 'Do_2ª_3ª_4ª_5ª_6ª_Sa' . split ( '_' ) ,
9
- months : 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro ' . split ( '_' ) ,
10
- monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez ' . split ( '_' ) ,
9
+ months : 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro ' . split ( '_' ) ,
10
+ monthsShort : 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez ' . split ( '_' ) ,
11
11
ordinal : n => `${ n } º` ,
12
12
weekStart : 1 ,
13
13
yearStart : 4 ,
You can’t perform that action at this time.
0 commit comments