From f1c75c5ef6290e397a20e34f66d1276152d8c78d Mon Sep 17 00:00:00 2001 From: Alper TUNCA <39167957+alperTunca@users.noreply.github.com> Date: Tue, 6 Oct 2020 21:03:53 +0300 Subject: [PATCH] fix: Update tr_TR.tsx (#27017) Adding Turkish mean for the optional tag from 4.6.0 antd --- components/locale/tr_TR.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/locale/tr_TR.tsx b/components/locale/tr_TR.tsx index 54b4265cbc..e08c2d6614 100644 --- a/components/locale/tr_TR.tsx +++ b/components/locale/tr_TR.tsx @@ -75,6 +75,7 @@ const localeValues: Locale = { back: 'Geri', }, Form: { + optional: '(opsiyonel)', defaultValidateMessages: { default: 'Alan doğrulama hatası ${label}', required: '${label} gerekli bir alan', -- GitLab