Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turkish language support for some label names #9373

Closed
eminciftci123 opened this issue Feb 19, 2018 · 0 comments
Closed

Turkish language support for some label names #9373

eminciftci123 opened this issue Feb 19, 2018 · 0 comments
Labels
help wanted The suggestion or request has been accepted, we need you to help us by sending a pull request.

Comments

@eminciftci123
Copy link

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'
`

@afc163 afc163 added the help wanted The suggestion or request has been accepted, we need you to help us by sending a pull request. label Feb 19, 2018
dengfuping added a commit that referenced this issue Mar 10, 2018
* fix: import correct locale file from rc-calendar, close #9373

* Update snapshot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted The suggestion or request has been accepted, we need you to help us by sending a pull request.
Projects
None yet
Development

No branches or pull requests

2 participants