Browse Source

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

Co-authored-by: 诸岳 <fuping.dfp@antgroup.com>
pull/33118/head
诸岳 3 years ago
committed by GitHub
parent
commit
69da0de845
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/locale/zh_TW.tsx

1
components/locale/zh_TW.tsx

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

Loading…
Cancel
Save