File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export default moment.defineLocale('tr', {
34
34
weekdays : 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi' . split (
35
35
'_'
36
36
) ,
37
- weekdaysShort : 'Paz_Pts_Sal_Çar_Per_Cum_Cts ' . split ( '_' ) ,
37
+ weekdaysShort : 'Paz_Pzt_Sal_Çar_Per_Cum_Cmt ' . split ( '_' ) ,
38
38
weekdaysMin : 'Pz_Pt_Sa_Ça_Pe_Cu_Ct' . split ( '_' ) ,
39
39
meridiem : function ( hours , minutes , isLower ) {
40
40
if ( hours < 12 ) {
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ test('format month', function (assert) {
148
148
} ) ;
149
149
150
150
test ( 'format week' , function ( assert ) {
151
- var expected = 'Pazar Paz Pz_Pazartesi Pts Pt_Salı Sal Sa_Çarşamba Çar Ça_Perşembe Per Pe_Cuma Cum Cu_Cumartesi Cts Ct' . split (
151
+ var expected = 'Pazar Paz Pz_Pazartesi Pzt Pt_Salı Sal Sa_Çarşamba Çar Ça_Perşembe Per Pe_Cuma Cum Cu_Cumartesi Cmt Ct' . split (
152
152
'_'
153
153
) ,
154
154
i ;
You can’t perform that action at this time.
0 commit comments