File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export default moment.defineLocale('tr', {
3434 weekdays : 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi' . split (
3535 '_'
3636 ) ,
37- weekdaysShort : 'Paz_Pts_Sal_Çar_Per_Cum_Cts ' . split ( '_' ) ,
37+ weekdaysShort : 'Paz_Pzt_Sal_Çar_Per_Cum_Cmt ' . split ( '_' ) ,
3838 weekdaysMin : 'Pz_Pt_Sa_Ça_Pe_Cu_Ct' . split ( '_' ) ,
3939 meridiem : function ( hours , minutes , isLower ) {
4040 if ( hours < 12 ) {
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ test('format month', function (assert) {
148148} ) ;
149149
150150test ( '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 (
152152 '_'
153153 ) ,
154154 i ;
You can’t perform that action at this time.
0 commit comments