Skip to content

Commit e2db7d2

Browse files
fix: Corrected the order of shortWeekDays in Turkish locale file (#848)
1 parent ff7f678 commit e2db7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/locale/tr_TR.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const locale: Locale = {
2929
nextDecade: 'Sonraki On Yıl',
3030
previousCentury: 'Önceki Yüzyıl',
3131
nextCentury: 'Sonraki Yüzyıl',
32-
shortWeekDays: ['Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt', 'Paz'],
32+
shortWeekDays: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'],
3333
shortMonths: ['Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara'],
3434
};
3535

0 commit comments

Comments
 (0)