You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Hi, I use your date picker component, and I need Turkish language support for example "Now" , "Select time", "Select date" fields. In your antd-with-locales.js these fields correspond for every language except Turkish. Please update this file for it. Thank you.
What problem does this feature solve?
Hi, I use your date picker component, and I need Turkish language support for example "Now" , "Select time", "Select date" fields. In your antd-with-locales.js these fields correspond for every language except Turkish. Please update this file for it. Thank you.
What does the proposed API look like?
today: "Bugün",
now: "Şimdi",
backToToday: "Bugüne dön",
ok: "Tamam",
clear: "Temizle",
month: "Ay",
year: "Yıl",
timeSelect: "Saat seçiniz",
dateSelect: "Tarih seçiniz",
monthSelect: "Bir ay seçiniz",
yearSelect: "Bir yıl seçiniz",
decadeSelect: "Bir on yıllık aralık seçiniz",
"yearFormat": 'YYYY',
dateFormat: 'D/M/YYYY',
dayFormat: 'D',
dateTimeFormat: 'D/M/YYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'Geçen ay',
nextMonth: 'Gelecek ay',
previousYear: 'Geçen yıl',
nextYear: 'Gelecek yıl',
previousDecade: 'Geçen on yıl',
nextDecade: 'Gelecek on yıl',
previousCentury: 'Geçen asır',
nextCentury: 'Gelecek asır'
`
The text was updated successfully, but these errors were encountered: