diff --git a/src/locales/tr-TR.json b/src/locales/tr-TR.json new file mode 100644 index 00000000..0b6b41de --- /dev/null +++ b/src/locales/tr-TR.json @@ -0,0 +1,30 @@ +{ + "todayButton": "Bugün", + "nextMonth": "Sonraki ay", + "previousMonth": "Önceki ay", + "nextYear": "Sonraki yıl", + "previousYear": "Önceki yıl", + "weekdays": [ + "Pazar", + "Pazartesi", + "Salı", + "Çarşamba", + "Perşembe", + "Cuma", + "Cumartesi" + ], + "months": [ + "Ocak", + "Şubat", + "Mart", + "Nisan", + "Mayıs", + "Haziran", + "Temmuz", + "Ağustos", + "Eylül", + "Ekim", + "Kasım", + "Aralık" + ] +} diff --git a/src/types/index.ts b/src/types/index.ts index 609876fd..d026960b 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -28,7 +28,8 @@ export type LocaleOptions = | 'ru-RU' | 'sv-SE' | 'zn-CN' - | 'he-IL'; + | 'he-IL' + | 'tr-TR'; export type PickedDayzedProps = Pick< DayzedProps,