We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514f63e commit 49c4a5cCopy full SHA for 49c4a5c
src/locales/tr-TR.json
@@ -0,0 +1,30 @@
1
+{
2
+ "todayButton": "Bugün",
3
+ "nextMonth": "Sonraki ay",
4
+ "previousMonth": "Önceki ay",
5
+ "nextYear": "Sonraki yıl",
6
+ "previousYear": "Önceki yıl",
7
+ "weekdays": [
8
+ "Pazar",
9
+ "Pazartesi",
10
+ "Salı",
11
+ "Çarşamba",
12
+ "Perşembe",
13
+ "Cuma",
14
+ "Cumartesi"
15
+ ],
16
+ "months": [
17
+ "Ocak",
18
+ "Şubat",
19
+ "Mart",
20
+ "Nisan",
21
+ "Mayıs",
22
+ "Haziran",
23
+ "Temmuz",
24
+ "Ağustos",
25
+ "Eylül",
26
+ "Ekim",
27
+ "Kasım",
28
+ "Aralık"
29
+ ]
30
+}
src/types/index.ts
@@ -28,7 +28,8 @@ export type LocaleOptions =
| 'ru-RU'
| 'sv-SE'
| 'zn-CN'
31
- | 'he-IL';
+ | 'he-IL'
32
+ | 'tr-TR';
33
34
export type PickedDayzedProps = Pick<
35
DayzedProps,
0 commit comments