Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[l10n] Improve Korean (ko-KR) locale (#12186) @Luzi #12192

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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