Skip to content

Commit

Permalink
feat(i18n): expand Korean translations in ko_KR.ts (ant-design#51983)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevLeti authored Dec 11, 2024
1 parent 846dc9b commit 808bd83
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions components/date-picker/locale/ko_KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,30 @@ import type { PickerLocale } from '../generatePicker';
const locale: PickerLocale = {
lang: {
placeholder: '날짜 선택',
yearPlaceholder: '연도 선택',
quarterPlaceholder: '분기 선택',
monthPlaceholder: '월 선택',
weekPlaceholder: '주 선택',
rangePlaceholder: ['시작일', '종료일'],
rangeYearPlaceholder: ['시작 연도', '종료 연도'],
rangeMonthPlaceholder: ['시작 월', '종료 월'],
rangeQuarterPlaceholder: ['시작 분기', '종료 분기'],
rangeWeekPlaceholder: ['시작 주', '종료 주'],
shortWeekDays: ['일', '월', '화', '수', '목', '금', '토'],
shortMonths: [
'1월',
'2월',
'3월',
'4월',
'5월',
'6월',
'7월',
'8월',
'9월',
'10월',
'11월',
'12월',
],
...CalendarLocale,
},
timePickerLocale: {
Expand Down

0 comments on commit 808bd83

Please sign in to comment.