From e2db7d2c458645c6803242785ec08d19b1f77150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serhat=20Levent=20Yava=C5=9F?= Date: Wed, 24 Jul 2024 16:57:52 +0300 Subject: [PATCH] fix: Corrected the order of shortWeekDays in Turkish locale file (#848) --- src/locale/tr_TR.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/tr_TR.ts b/src/locale/tr_TR.ts index b31e98999..5495f7ba4 100644 --- a/src/locale/tr_TR.ts +++ b/src/locale/tr_TR.ts @@ -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'], };