Skip to content

Commit 0dcaaa6

Browse files
[locale] tr: update translation of Monday and Saturday (#5756)
1 parent a68ba47 commit 0dcaaa6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/locale/tr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

src/test/locale/tr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ test('format month', function (assert) {
148148
});
149149

150150
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(
152152
'_'
153153
),
154154
i;

0 commit comments

Comments
 (0)