mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
fix(i18n): fix a typo in ko_KR locale (#31575)
This commit is contained in:
parent
4b837f5959
commit
aab86b2107
@ -48,7 +48,7 @@ const localeValues: Locale = {
|
|||||||
},
|
},
|
||||||
Form: {
|
Form: {
|
||||||
defaultValidateMessages: {
|
defaultValidateMessages: {
|
||||||
default: '필드 유효성 검사 요류 ${label}',
|
default: '필드 유효성 검사 오류 ${label}',
|
||||||
required: '${label} 입력해 주세요',
|
required: '${label} 입력해 주세요',
|
||||||
enum: '${label} [${enum}] 중에 하나여야 합니다',
|
enum: '${label} [${enum}] 중에 하나여야 합니다',
|
||||||
whitespace: '${label} 비워둘 수 없습니다',
|
whitespace: '${label} 비워둘 수 없습니다',
|
||||||
|
Loading…
Reference in New Issue
Block a user