feat: Adds ja_JP locale for shortWeekDays and shortMonths. (#50893)

This commit is contained in:
harapeko 2024-09-17 21:15:15 +09:00 committed by GitHub
parent ef10661dec
commit aa48a3cf42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,21 @@ const locale: PickerLocale = {
rangeMonthPlaceholder: ['開始月', '終了月'],
rangeQuarterPlaceholder: ['開始四半期', '終了四半期'],
rangeWeekPlaceholder: ['開始週', '終了週'],
shortWeekDays: ['日', '月', '火', '水', '木', '金', '土'],
shortMonths: [
'1月',
'2月',
'3月',
'4月',
'5月',
'6月',
'7月',
'8月',
'9月',
'10月',
'11月',
'12月',
],
...CalendarLocale,
},
timePickerLocale: {