fix(locale): Add missing zh-TW translation for Form.optional, fix #30361 (#33108)

Co-authored-by: 诸岳 <fuping.dfp@antgroup.com>
This commit is contained in:
诸岳 2021-12-01 16:33:41 +08:00 committed by GitHub
parent 80a05f9d35
commit 69da0de845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ const localeValues: Locale = {
back: '返回',
},
Form: {
optional: '(可選)',
defaultValidateMessages: {
default: '字段驗證錯誤${label}',
required: '請輸入${label}',