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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
components/locale/zh_TW.tsx
|
|
@ -69,6 +69,7 @@ const localeValues: Locale = { |
|
|
|
back: '返回', |
|
|
|
}, |
|
|
|
Form: { |
|
|
|
optional: '(可選)', |
|
|
|
defaultValidateMessages: { |
|
|
|
default: '字段驗證錯誤${label}', |
|
|
|
required: '請輸入${label}', |
|
|
|