From f1c6d37f6aff9c0789d1edfbe8a30ca9b232ef3a Mon Sep 17 00:00:00 2001 From: "guhao.zeng" <45565100+ZzGGitter@users.noreply.github.com> Date: Wed, 22 Dec 2021 14:51:38 +0800 Subject: [PATCH] fix: Missing Catalan (ca_ES) translation key: Form.optional #33280 (#33377) Co-authored-by: zengguhao.zgh --- components/locale/ca_ES.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/locale/ca_ES.tsx b/components/locale/ca_ES.tsx index 088e08cd8a..62ede73bdf 100644 --- a/components/locale/ca_ES.tsx +++ b/components/locale/ca_ES.tsx @@ -75,6 +75,7 @@ const localeValues: Locale = { back: 'Enrere', }, Form: { + optional: '(opcional)', defaultValidateMessages: { default: 'Error de validació del camp ${label}', required: 'Introdueix ${label}',