From fc42b7294ccc020aabab908e2b1741479092f468 Mon Sep 17 00:00:00 2001 From: eternalsky Date: Tue, 14 May 2024 11:44:45 +0800 Subject: [PATCH] fix(Locale): failed test which caused by new DatePicker key monthBeforeYear --- components/locale/id-id.ts | 1 + components/locale/it-it.ts | 1 + components/locale/ja-jp.ts | 1 + components/locale/ko-kr.ts | 1 + components/locale/ms-my.ts | 1 + components/locale/pt-pt.ts | 1 + components/locale/th-th.ts | 1 + components/locale/vi-vn.ts | 1 + components/locale/zh-cn.ts | 1 + components/locale/zh-hk.ts | 1 + components/locale/zh-tw.ts | 1 + 11 files changed, 11 insertions(+) diff --git a/components/locale/id-id.ts b/components/locale/id-id.ts index ec3a731e52..b572d88758 100644 --- a/components/locale/id-id.ts +++ b/components/locale/id-id.ts @@ -46,6 +46,7 @@ const locale: Locale = { hour: 'Jam', minute: 'Menit', second: 'Detik', + monthBeforeYear: false, }, Dialog: { close: 'Tutup', diff --git a/components/locale/it-it.ts b/components/locale/it-it.ts index fdb0d2dcd2..eaf5634b53 100644 --- a/components/locale/it-it.ts +++ b/components/locale/it-it.ts @@ -46,6 +46,7 @@ const locale: Locale = { hour: 'H', minute: 'M', second: 'S', + monthBeforeYear: false, }, Dialog: { close: 'Chiudi', diff --git a/components/locale/ja-jp.ts b/components/locale/ja-jp.ts index 356a8ff55e..c04c9e3a2b 100644 --- a/components/locale/ja-jp.ts +++ b/components/locale/ja-jp.ts @@ -45,6 +45,7 @@ const locale: Locale = { hour: '時', minute: '分', second: '秒', + monthBeforeYear: false, }, Dialog: { close: '閉鎖する', diff --git a/components/locale/ko-kr.ts b/components/locale/ko-kr.ts index b982ec5c0c..40f698a2a3 100644 --- a/components/locale/ko-kr.ts +++ b/components/locale/ko-kr.ts @@ -45,6 +45,7 @@ const locale: Locale = { hour: '시', minute: '분', second: '초', + monthBeforeYear: false, }, Dialog: { close: '종료', diff --git a/components/locale/ms-my.ts b/components/locale/ms-my.ts index cc165c17c6..302927608e 100644 --- a/components/locale/ms-my.ts +++ b/components/locale/ms-my.ts @@ -45,6 +45,7 @@ const locale: Locale = { hour: 'Masa', minute: 'Minit', second: 'kedua', + monthBeforeYear: false, }, Dialog: { close: 'menutup', diff --git a/components/locale/pt-pt.ts b/components/locale/pt-pt.ts index 309b102692..77a2b48f49 100644 --- a/components/locale/pt-pt.ts +++ b/components/locale/pt-pt.ts @@ -45,6 +45,7 @@ const locale = { hour: 'H', minute: 'M', second: 'S', + monthBeforeYear: false, }, Dialog: { close: 'Fechar', diff --git a/components/locale/th-th.ts b/components/locale/th-th.ts index db27ca9d67..5eeb4b7994 100644 --- a/components/locale/th-th.ts +++ b/components/locale/th-th.ts @@ -45,6 +45,7 @@ const locale: Locale = { hour: 'เวลา', minute: 'นาที', second: 'ครั้งที่สอง', + monthBeforeYear: false, }, Dialog: { close: 'ปิดตัวลง', diff --git a/components/locale/vi-vn.ts b/components/locale/vi-vn.ts index d4cd5ddb68..7ebdec8088 100644 --- a/components/locale/vi-vn.ts +++ b/components/locale/vi-vn.ts @@ -46,6 +46,7 @@ const locale: Locale = { hour: 'Giờ', minute: 'Phút', second: 'Giây', + monthBeforeYear: false, }, Dialog: { close: 'Đóng', diff --git a/components/locale/zh-cn.ts b/components/locale/zh-cn.ts index 16a48d535b..1a88119195 100644 --- a/components/locale/zh-cn.ts +++ b/components/locale/zh-cn.ts @@ -45,6 +45,7 @@ const locale: Locale = { hour: '时', minute: '分', second: '秒', + monthBeforeYear: false, }, Dialog: { close: '关闭', diff --git a/components/locale/zh-hk.ts b/components/locale/zh-hk.ts index e9fd332bc6..4842fc64e6 100644 --- a/components/locale/zh-hk.ts +++ b/components/locale/zh-hk.ts @@ -45,6 +45,7 @@ const locale: Locale = { hour: '時', minute: '分', second: '秒', + monthBeforeYear: false, }, Dialog: { close: '關閉', diff --git a/components/locale/zh-tw.ts b/components/locale/zh-tw.ts index 180d0452c7..9641b4eec1 100644 --- a/components/locale/zh-tw.ts +++ b/components/locale/zh-tw.ts @@ -45,6 +45,7 @@ const locale: Locale = { hour: '時', minute: '分', second: '秒', + monthBeforeYear: false, }, Dialog: { close: '關閉',