Skip to content

Commit

Permalink
fix(module:i18n): added missing translations to ja_JP (#8290)
Browse files Browse the repository at this point in the history
  • Loading branch information
helloqzh committed Mar 2, 2024
1 parent 2576612 commit 662b730
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/i18n/languages/ja_JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ export default {
DatePicker: {
lang: {
placeholder: '日付を選択',
yearPlaceholder: '年を選択',
monthPlaceholder: '月を選択',
weekPlaceholder: '週を選択',
rangePlaceholder: ['開始日付', '終了日付'],
rangeYearPlaceholder: ['開始年', '終了年'],
rangeMonthPlaceholder: ['開始月', '終了月'],
rangeWeekPlaceholder: ['開始週', '終了週'],
locale: 'ja_JP',
today: '今日',
now: '現在時刻',
Expand Down

0 comments on commit 662b730

Please sign in to comment.