Skip to content

Commit

Permalink
[l10n] Improve Korean (ko-KR) locale (#12186)
Browse files Browse the repository at this point in the history
Signed-off-by: Luzi <[email protected]>
Co-authored-by: Lukas <[email protected]>
  • Loading branch information
Luzi and LukasTy authored Feb 23, 2024
1 parent cbd69c7 commit 4ef4890
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
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"languageTag": "ko-KR",
"importName": "koKR",
"localeName": "Korean",
"missingKeysCount": 2,
"missingKeysCount": 1,
"totalKeysCount": 37,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-date-pickers/src/locales/koKR.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/src/locales/koKR.ts
Original file line number Diff line number Diff line change
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 4ef4890

Please sign in to comment.