Skip to content

Commit

Permalink
fix(Locale): failed test which caused by new DatePicker key monthBefo…
Browse files Browse the repository at this point in the history
…reYear
  • Loading branch information
eternalsky committed May 14, 2024
1 parent 3e0769b commit fc42b72
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/locale/id-id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const locale: Locale = {
hour: 'Jam',
minute: 'Menit',
second: 'Detik',
monthBeforeYear: false,
},
Dialog: {
close: 'Tutup',
Expand Down
1 change: 1 addition & 0 deletions components/locale/it-it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const locale: Locale = {
hour: 'H',
minute: 'M',
second: 'S',
monthBeforeYear: false,
},
Dialog: {
close: 'Chiudi',
Expand Down
1 change: 1 addition & 0 deletions components/locale/ja-jp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const locale: Locale = {
hour: '時',
minute: '分',
second: '秒',
monthBeforeYear: false,
},
Dialog: {
close: '閉鎖する',
Expand Down
1 change: 1 addition & 0 deletions components/locale/ko-kr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const locale: Locale = {
hour: '시',
minute: '분',
second: '초',
monthBeforeYear: false,
},
Dialog: {
close: '종료',
Expand Down
1 change: 1 addition & 0 deletions components/locale/ms-my.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const locale: Locale = {
hour: 'Masa',
minute: 'Minit',
second: 'kedua',
monthBeforeYear: false,
},
Dialog: {
close: 'menutup',
Expand Down
1 change: 1 addition & 0 deletions components/locale/pt-pt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const locale = {
hour: 'H',
minute: 'M',
second: 'S',
monthBeforeYear: false,
},
Dialog: {
close: 'Fechar',
Expand Down
1 change: 1 addition & 0 deletions components/locale/th-th.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const locale: Locale = {
hour: 'เวลา',
minute: 'นาที',
second: 'ครั้งที่สอง',
monthBeforeYear: false,
},
Dialog: {
close: 'ปิดตัวลง',
Expand Down
1 change: 1 addition & 0 deletions components/locale/vi-vn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const locale: Locale = {
hour: 'Giờ',
minute: 'Phút',
second: 'Giây',
monthBeforeYear: false,
},
Dialog: {
close: 'Đóng',
Expand Down
1 change: 1 addition & 0 deletions components/locale/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const locale: Locale = {
hour: '时',
minute: '分',
second: '秒',
monthBeforeYear: false,
},
Dialog: {
close: '关闭',
Expand Down
1 change: 1 addition & 0 deletions components/locale/zh-hk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const locale: Locale = {
hour: '時',
minute: '分',
second: '秒',
monthBeforeYear: false,
},
Dialog: {
close: '關閉',
Expand Down
1 change: 1 addition & 0 deletions components/locale/zh-tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const locale: Locale = {
hour: '時',
minute: '分',
second: '秒',
monthBeforeYear: false,
},
Dialog: {
close: '關閉',
Expand Down

0 comments on commit fc42b72

Please sign in to comment.