From 69da0de8450a5306a60b7ed8a5b384d2b815cbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=B8=E5=B2=B3?= Date: Wed, 1 Dec 2021 16:33:41 +0800 Subject: [PATCH] fix(locale): Add missing zh-TW translation for Form.optional, fix #30361 (#33108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 诸岳 --- components/locale/zh_TW.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/locale/zh_TW.tsx b/components/locale/zh_TW.tsx index 9b7e593bd7..c47d63f957 100644 --- a/components/locale/zh_TW.tsx +++ b/components/locale/zh_TW.tsx @@ -69,6 +69,7 @@ const localeValues: Locale = { back: '返回', }, Form: { + optional: '(可選)', defaultValidateMessages: { default: '字段驗證錯誤${label}', required: '請輸入${label}',