Skip to content

Commit

Permalink
[l10n] Improve Korean (ko-KR) locale (#12186) @Luzi (#12192)
Browse files Browse the repository at this point in the history
Signed-off-by: Luzi <Luzi.kr@gmail.com>
Co-authored-by: Luzi <Luzi.kr@gmail.com>
  • Loading branch information
LukasTy and Luzi committed Feb 23, 2024
1 parent 1dd8f58 commit 6fad2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/date-pickers/localization/data.json
Expand Up @@ -147,7 +147,7 @@
"languageTag": "ko-KR",
"importName": "koKR",
"localeName": "Korean",
"missingKeysCount": 15,
"missingKeysCount": 14,
"totalKeysCount": 50,
"githubLink": "https://github.com/mui/mui-x/blob/next/packages/x-date-pickers/src/locales/koKR.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/src/locales/koKR.ts
Expand Up @@ -67,7 +67,7 @@ const koKRPickers: Partial<PickersLocaleText<any>> = {
value !== null && utils.isValid(value)
? `시간을 선택하세요. 현재 선택된 시간은 ${utils.format(value, 'fullTime')}입니다.`
: '시간을 선택하세요',
// fieldClearLabel: 'Clear value',
fieldClearLabel: '지우기',

// Table labels
timeTableLabel: '선택한 시간',
Expand Down

0 comments on commit 6fad2a3

Please sign in to comment.