mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
feat: Adds ja_JP locale for shortWeekDays and shortMonths. (#50893)
This commit is contained in:
parent
ef10661dec
commit
aa48a3cf42
@ -16,6 +16,21 @@ const locale: PickerLocale = {
|
|||||||
rangeMonthPlaceholder: ['開始月', '終了月'],
|
rangeMonthPlaceholder: ['開始月', '終了月'],
|
||||||
rangeQuarterPlaceholder: ['開始四半期', '終了四半期'],
|
rangeQuarterPlaceholder: ['開始四半期', '終了四半期'],
|
||||||
rangeWeekPlaceholder: ['開始週', '終了週'],
|
rangeWeekPlaceholder: ['開始週', '終了週'],
|
||||||
|
shortWeekDays: ['日', '月', '火', '水', '木', '金', '土'],
|
||||||
|
shortMonths: [
|
||||||
|
'1月',
|
||||||
|
'2月',
|
||||||
|
'3月',
|
||||||
|
'4月',
|
||||||
|
'5月',
|
||||||
|
'6月',
|
||||||
|
'7月',
|
||||||
|
'8月',
|
||||||
|
'9月',
|
||||||
|
'10月',
|
||||||
|
'11月',
|
||||||
|
'12月',
|
||||||
|
],
|
||||||
...CalendarLocale,
|
...CalendarLocale,
|
||||||
},
|
},
|
||||||
timePickerLocale: {
|
timePickerLocale: {
|
||||||
|
Loading…
Reference in New Issue
Block a user