Skip to content

Commit

Permalink
[locale] tr: update translation of Monday and Saturday (#5756)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoBousfield committed Oct 27, 2020
1 parent a68ba47 commit 0dcaaa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locale/tr.js
Expand Up @@ -34,7 +34,7 @@ export default moment.defineLocale('tr', {
weekdays: 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split(
'_'
),
weekdaysShort: 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'),
weekdaysShort: 'Paz_Pzt_Sal_Çar_Per_Cum_Cmt'.split('_'),
weekdaysMin: 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'),
meridiem: function (hours, minutes, isLower) {
if (hours < 12) {
Expand Down
2 changes: 1 addition & 1 deletion src/test/locale/tr.js
Expand Up @@ -148,7 +148,7 @@ test('format month', function (assert) {
});

test('format week', function (assert) {
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(
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(
'_'
),
i;
Expand Down

0 comments on commit 0dcaaa6

Please sign in to comment.