Skip to content

Commit

Permalink
fix: Corrected the order of shortWeekDays in Turkish locale file (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhatleventyavas committed Jul 24, 2024
1 parent ff7f678 commit e2db7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/tr_TR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const locale: Locale = {
nextDecade: 'Sonraki On Yıl',
previousCentury: 'Önceki Yüzyıl',
nextCentury: 'Sonraki Yüzyıl',
shortWeekDays: ['Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt', 'Paz'],
shortWeekDays: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'],
shortMonths: ['Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara'],
};

Expand Down

0 comments on commit e2db7d2

Please sign in to comment.