From aa48a3cf4223a422be9d17f4aed2e9fb3aae1003 Mon Sep 17 00:00:00 2001 From: harapeko Date: Tue, 17 Sep 2024 21:15:15 +0900 Subject: [PATCH] feat: Adds ja_JP locale for shortWeekDays and shortMonths. (#50893) --- components/date-picker/locale/ja_JP.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/components/date-picker/locale/ja_JP.ts b/components/date-picker/locale/ja_JP.ts index 8f81d992ab..4486b5bc68 100644 --- a/components/date-picker/locale/ja_JP.ts +++ b/components/date-picker/locale/ja_JP.ts @@ -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: {