Skip to content

Commit

Permalink
Update ja_JP.ts (vueComponent#7438)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikai authored Mar 23, 2024
1 parent 01300d0 commit fa46999
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/date-picker/locale/ja_JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ import type { PickerLocale } from '../generatePicker';
const locale: PickerLocale = {
lang: {
placeholder: '日付を選択',
yearPlaceholder: '年を選択',
quarterPlaceholder: '四半期を選択',
monthPlaceholder: '月を選択',
weekPlaceholder: '週を選択',
rangePlaceholder: ['開始日付', '終了日付'],
rangeYearPlaceholder: ['開始年', '終了年'],
rangeMonthPlaceholder: ['開始月', '終了月'],
rangeQuarterPlaceholder: ['開始四半期', '終了四半期'],
rangeWeekPlaceholder: ['開始週', '終了週'],
...CalendarLocale,
},
timePickerLocale: {
Expand Down

0 comments on commit fa46999

Please sign in to comment.